mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
feat(image): show progress indicator when converting image files
This commit is contained in:
parent
8d073ccc0c
commit
b65178b470
9 changed files with 108 additions and 33 deletions
|
@ -40,7 +40,9 @@ function M.proc(opts, ctx)
|
|||
end
|
||||
|
||||
if ctx.picker.opts.debug.proc then
|
||||
Snacks.debug.cmd(Snacks.config.merge(opts, { group = true }))
|
||||
vim.schedule(function()
|
||||
Snacks.debug.cmd(Snacks.config.merge(opts, { group = true }))
|
||||
end)
|
||||
end
|
||||
|
||||
local sep = opts.sep or "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue