editors/neovim: switch to nil for nix
This commit is contained in:
parent
74749c5af1
commit
1a159bb60c
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
|||
|
||||
nix = {
|
||||
enable = true;
|
||||
lsp.server = "nixd";
|
||||
lsp.server = "nil";
|
||||
};
|
||||
clang.enable = true;
|
||||
python.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue