noice.nvim icon indicating copy to clipboard operation
noice.nvim copied to clipboard

LSP status stuck even though the LSP server is restarted

Open cenk1cenk2 opened this issue 1 year ago • 0 comments

Thank you @folke for your all work on many plugins that I dearly enjoy!

Describe the bug LSP status gets stuck whenever there is a error coming from the language server, even though the language server has been restarted.

Which version of Neovim are you using? Nightly

To Reproduce Steps to reproduce the behavior:

  1. On a golang project, manipulate the go.mod file to make the language server throw an error.
  2. Tidy the vendor files.
  3. Restart the LSP language server.

Expected Behavior Language server should go away whenever the LSP is restarted.

Screenshots image

Noice Log Please include any related errors from the Noice log file. (open with :Noice log)

Noice log
Nothing related, since everything works as expected in the UI form.

cenk1cenk2 avatar Oct 29 '22 16:10 cenk1cenk2