-
Notifications
You must be signed in to change notification settings - Fork 272
language servers configuration file #565
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
Are you talking about g:LanguageClient_settingsPath? |
yes! Sorry for such a stupid question, I've read the docs thoroughly but for some reason I thought that it only applied to the diagnostics. I've set up something like this:
|
Your example setting might not work (although I'm not 100% sure). If not work, try unroll the json path, i.e., {
"pyls": {
"plugins": {
....
}
}
} |
indeed it is not working. I tried:
but I am still getting completions. |
Check this #448 (comment) |
Is your feature request related to a problem? Please describe.
It is not clear whether it is possible to pass additional options to language servers which usually expect them in the json format as in VSCode.
Describe the solution you'd like
Add a configuration file
nvim-language-server-config.json
with the same format of VSCode that is reachable by the language servers.The text was updated successfully, but these errors were encountered: