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