mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
users/foo-dogsquared/programs/nixvim: explicitly disable Cargo installation
This commit is contained in:
parent
309ec036b3
commit
e523dc28a6
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user