feat(nvim/lsp): do not install rustc and cargo
This commit is contained in:
parent
8463239b39
commit
5bb8c34862
@ -61,8 +61,8 @@
|
||||
|
||||
rust-analyzer = {
|
||||
enable = true;
|
||||
installCargo = true;
|
||||
installRustc = true;
|
||||
installCargo = false;
|
||||
installRustc = false;
|
||||
settings = {
|
||||
checkOnSave = true;
|
||||
check = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user