mirror of
https://github.com/neovim/neovim.git
synced 2026-03-17 06:08:13 +00:00
Problem: LSP server may not exit even after the client was stopped/disabled via enable(false). Solution: Automatically force-stop after a timeout, unless `client.flags.exit_timeout = false`.