You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using :LspStop (provided by nvim-lspconfig) in Neovim, the diagnostics are cleared for other LSPs attached to the buffer, but not for typos-lsp. Furthermore, doing :LspStart doesn't seem to make typos-lsp start working again. Interestingly, :LspInfo still shows the LSP as being attached even after issuing :LspStop, so that might be part of the issue.
Neovim version: 0.10.1
Thanks
The text was updated successfully, but these errors were encountered:
I can see the Neovim lsp client sends the exit notification here. The exit notification tells the server process to stop. But it looks like this isn't happening.
When using
:LspStop
(provided by nvim-lspconfig) in Neovim, the diagnostics are cleared for other LSPs attached to the buffer, but not for typos-lsp. Furthermore, doing:LspStart
doesn't seem to make typos-lsp start working again. Interestingly,:LspInfo
still shows the LSP as being attached even after issuing:LspStop
, so that might be part of the issue.Neovim version: 0.10.1
Thanks
The text was updated successfully, but these errors were encountered: