Added rust_analyzer language server
This commit is contained in:
parent
d36f106661
commit
9b4078ad58
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,11 @@
|
|||
html.enable = true;
|
||||
cssls.enable = true;
|
||||
pyright.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = false;
|
||||
installRustc = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue