Skip to content

Multiple configuration files #1013

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

Merged
merged 2 commits into from
May 12, 2020
Merged

Multiple configuration files #1013

merged 2 commits into from
May 12, 2020

Conversation

symphorien
Copy link
Contributor

Fixes #431

With

let g:LanguageClient_settingsPath = [ '~/.config/lsp_global_settings.json', '.vim/settings.json' ]

you get a global configuration which can be enriched and overridden by a local one.
The merging is done in the standard way (apparently RFC 7396) via the json-patch crate.

bash is not in /bin on BSD and NixOS, for example
@autozimu autozimu merged commit 4b35f5d into autozimu:next May 12, 2020
@autozimu
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for global project settings
2 participants