mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 11:14:40 +02:00
plugins/lsp: deprecate installLanguageServer option in favor of setting package = null
This commit is contained in:
parent
5a744a7006
commit
183eac72a9
3 changed files with 144 additions and 68 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue