Update nixvim
This commit is contained in:
parent
f34bb57c57
commit
0593f450a5
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,11 @@
|
|||
lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
rust-analyzer.enable = true;
|
||||
rust-analyzer = {
|
||||
enable = true;
|
||||
installCargo = true;
|
||||
installRustc = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
nvim-cmp = {
|
||||
|
|
Loading…
Reference in a new issue