Replies: 2 comments
-
I've replicated the issue and looked at the logging. If my understanding is correct, is an issue with both client and server. |
Beta Was this translation helpful? Give feedback.
-
So I link to my issue for neovim, I hope that can help. |
Beta Was this translation helpful? Give feedback.
-
I just encountered a strange bug in the lsp server.
I use the neovim configuration with built-in lsp, it may be the source of the issue but I'm not sure.
The error is pretty easy to replicate with neovim:
Copy and paste the configuration from the wiki to your vimrc or init.luaf
And then:
I get this strange error:
It turns out the "content" keyword make the lsp communication break at one point, because it appears in the rpc communication.
I don't know how to check what part is wrong, what do you think is more probable:
neovim
bugidris2-lsp
bugIf someone has experience with nvim-lsp, it would be great if he could look what is wrong (or help me debug it).
Beta Was this translation helpful? Give feedback.
All reactions