rust-analyzer install
This commit is contained in:
parent
098a4f4ad7
commit
e8c6799ece
|
@ -19,8 +19,9 @@
|
|||
servers = {
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installRustc = false;
|
||||
installCargo = false;
|
||||
installRustc = true;
|
||||
installCargo = true;
|
||||
installRustfmt = true;
|
||||
};
|
||||
nil_ls.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user