-
-
Notifications
You must be signed in to change notification settings - Fork 59
How to add support for additional lsp server. #109
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
Comments
You can check this PR on how to add a new lsp: But it can be simply put the lsp name in the list here: navigator.lua/lua/navigator/lspclient/clients.lua Lines 275 to 281 in 9aec552
e.g. add Also I just submit some code to allow you add servers. Please check readme Would be great you can run some tests and create a PR. Thanks! |
Thank you!
Sure, I will. |
Thanks for great work!
How to extends support for other language servers such as
cmake
,ltex
.I have added the configuration for
ltex
innavigator
setup but it seems to be that code-actions and other things are not working.Nvim lspconfig ltex
Thanks!
The text was updated successfully, but these errors were encountered: