mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
users/foo-dogsquared/programs/nixvim: explicitly don't install Rust toolchain
This commit is contained in:
parent
bb93e5ca7d
commit
e4c1a45b2d
@ -21,7 +21,13 @@
|
|||||||
nil_ls.enable = true; # For Nix.
|
nil_ls.enable = true; # For Nix.
|
||||||
nushell.enable = true; # For Nushell.
|
nushell.enable = true; # For Nushell.
|
||||||
pyright.enable = true; # For Python.
|
pyright.enable = true; # For Python.
|
||||||
rust-analyzer.enable = true; # For Rust (even though I barely use it).
|
|
||||||
|
# For Rust (even though I barely use it).
|
||||||
|
rust-analyzer = {
|
||||||
|
enable = true;
|
||||||
|
installRustc = false;
|
||||||
|
};
|
||||||
|
|
||||||
solargraph.enable = true; # For Ruby.
|
solargraph.enable = true; # For Ruby.
|
||||||
tailwindcss.enable = true; # For Tailwind CSS.
|
tailwindcss.enable = true; # For Tailwind CSS.
|
||||||
terraformls.enable = true; # For Terraform.
|
terraformls.enable = true; # For Terraform.
|
||||||
|
Loading…
Reference in New Issue
Block a user