Skip to content

Commit b3c8706

Browse files
committed
fix(serverlist): spawn detach from parent
1 parent 5518604 commit b3c8706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/fzf-lua/actions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ end
13731373

13741374
M.serverlist_spawn = function()
13751375
libuv.uv_spawn(
1376-
vim.fn.exepath("nvim"), { args = { "--headless" }, env = { NVIM = "" } })
1376+
vim.fn.exepath("nvim"), { args = { "--headless" }, env = { NVIM = "" }, detached = true })
13771377
end
13781378

13791379
M.serverlist_connect = function(sel)

0 commit comments

Comments
 (0)