vim-lsp
vim-lsp copied to clipboard
LspStopServer only works for a few seconds, server auto-starts
I sometimes work with a file where I don't want an LSP server to be enabled, maybe because I don't have a .dtd for an XML file, or maybe because I know bash_language_server will complain about a PKGBUILD but it's not helpful at that moment.
When I :LspStopServer, I see the server stopping and the highlighting stops, but a few seconds later, the server seems to start itself again. What is the point of :LspStopServer if it doesn't actually stop a server? Should I use some other command?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Same issue here. The lsp server always restarts after :LspStopServer.