mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
refactor(image): use multi spawn
This commit is contained in:
parent
a76fe13148
commit
c3419cbf8b
3 changed files with 50 additions and 74 deletions
|
@ -40,7 +40,7 @@ function M.proc(opts, ctx)
|
|||
end
|
||||
|
||||
if ctx.picker.opts.debug.proc then
|
||||
Snacks.debug.cmd(opts)
|
||||
Snacks.debug.cmd(Snacks.config.merge(opts, { group = true }))
|
||||
end
|
||||
|
||||
local sep = opts.sep or "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue