-
Notifications
You must be signed in to change notification settings - Fork 30
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
testDocument/hover not supported for nim #19
Comments
Additional info :
|
Do you have anything working? If it is crashing, can you post the stderr output? |
This is the log generated by neovim :
I think no lsp features are working (all the Lsp* function return a "not supported" error). it's logical since the server doesn't appear to be running. |
Can you ask in neovim team how to obtain the content of stderr?
Not sure what to do to make this go away, but typically you have to add project root and lsp client should send rootUri to the server. This is mandatory for |
I'm looking into getting stderr for the process.
No idea. I litterally copied & pasted the configuration for nimlsp, just replacing the command The setup in
|
When using nimlangserver as an lsp server for neovim I cannot get documentation information as hover.
In the README hover is said to be supported; is there a specific configuration I should pass or just declaring nimlangserver as lsp provider supposed to be enough ?
The text was updated successfully, but these errors were encountered: