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 = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
rust-analyzer.enable = true;
|
rust-analyzer = {
|
||||||
|
enable = true;
|
||||||
|
installCargo = true;
|
||||||
|
installRustc = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nvim-cmp = {
|
nvim-cmp = {
|
||||||
|
|
Loading…
Reference in a new issue