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