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 = { rust-analyzer = {
enable = true; enable = true;
installCargo = true; installCargo = false;
installRustc = true; installRustc = false;
settings = { settings = {
checkOnSave = true; checkOnSave = true;
check = { check = {