users/foo-dogsquared/programs/nixvim: explicitly disable Cargo installation

This commit is contained in:
Gabriel Arazas 2024-11-20 12:03:57 +08:00
parent 309ec036b3
commit e523dc28a6
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -27,6 +27,7 @@
rust_analyzer = { rust_analyzer = {
enable = true; enable = true;
installRustc = false; installRustc = false;
installCargo = false;
}; };
solargraph.enable = true; # For Ruby. solargraph.enable = true; # For Ruby.