mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
nvim-lsp: add installLanguageServer option for servers
This commit is contained in:
parent
efdcbe225f
commit
21f2e43568
2 changed files with 13 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
# Do not install the language server using nixvim
|
||||
gopls = {
|
||||
enable = true;
|
||||
package = null;
|
||||
installLanguageServer = false;
|
||||
};
|
||||
nil_ls.enable = true;
|
||||
rust-analyzer.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue