Files
neovim/runtime/lua/vim
Gregory Anders 6cfb1d4c28 fix(lsp): detach spawned LSP server processes (#18477)
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.
2022-05-08 13:00:30 -06:00
..
2018-12-20 11:57:30 +01:00
2021-11-27 11:10:48 -05:00
2022-04-21 16:23:10 +02:00
2022-04-15 12:35:06 +02:00