mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

Detaching the process seems to have unintended side effects on Windows, so only do it by default on non-Windows platforms. Ref: https://github.com/neovim/nvim-lspconfig/issues/1907 Closes https://github.com/neovim/nvim-lspconfig/pull/1913