mirror of
https://github.com/neovim/neovim.git
synced 2026-05-07 22:40:39 +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`.