mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

LSP servers should be daemonized (detached) so that they run in a separate process group from Neovim's. Among other things, this ensures the process does not inherit Neovim's TTY (#18475). Make this configurable so that clients can explicitly opt-out of detaching from Nvim.