feat(nvim/lsp): do not install rustc and cargo

This commit is contained in:
Michael Thomas 2024-06-26 18:52:01 -04:00
parent 8463239b39
commit 5bb8c34862

View File

@ -61,8 +61,8 @@
rust-analyzer = {
enable = true;
installCargo = true;
installRustc = true;
installCargo = false;
installRustc = false;
settings = {
checkOnSave = true;
check = {