-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino LS "rpc.lua" problem with neovim #186
Comments
The workaround is to downgrade neovim to 0.9.5, looks like 0.10.x has a breaking change for this LSP. You'll need to disable symanticTokens in the capabilities too. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hey, have we had any developments on this? |
Hi, is it solved since ? I don't wanna downgrade to neovim 0.9.5, or worst, VSCODE !!! |
It hasn't been fixed yet, I did this and it works ok |
Describe the problem
I'm trying to get the Arduino LS integrated into neovim but I'm out of answers. I'm using Mason to manage the servers, and tried to fix the version as and patched with go as described in #182.
When opening a .ino file, LspInfos tells me that 0 clients are attached, and I don't get any features of the LS.
The output of LspLog is the following:
The content of my arduino-lsp config:
I'm not sure if this issue is related to #155 and I hope I wrote all the details needed. Sorry in advance if this is a duplicate!
To reproduce
Expected behavior
Integration of the LS in nvim with the expected features like diagnostics and completion
Arduino Language Server version
0.7.6
Arduino CLI version
0.35.3
Operating system
Linux
Operating system version
Arch Linux
Additional context
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: