plugins/lsp: deprecate installLanguageServer option in favor of setting package = null

This commit is contained in:
Gaetan Lepage 2024-02-14 11:22:33 +01:00 committed by Gaétan Lepage
parent 5a744a7006
commit 183eac72a9
3 changed files with 144 additions and 68 deletions

View file

@ -40,7 +40,7 @@
# Do not install the language server using nixvim
gopls = {
enable = true;
installLanguageServer = false;
package = null;
};
nil_ls.enable = true;
rust-analyzer = {