I keep seeing RPC errors when editing code... #413
-
I keep seeing this error when editing code:
Is this some config I'm doing wrong? What is the cause for that? I've searched in rust analyzer issues and the only thing I found was someone using an older version with a newer lsp client which is not my case. I'm using latest of everything... My rustacean config: https://github.com/augustocdias/dotfiles/blob/main/.config/nvim/lua/setup/lsp/rust.lua#L10 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey 👋 I suggest you follow the readme's troubleshooting guide, starting with the provided minimal config template. |
Beta Was this translation helpful? Give feedback.
After a lot of search I found out the problem was in lsp-signature plugin instead... I've managed to solve it by loading it only after the lsp attaches to a buffer.