fix rust-analyzer, updates

This commit is contained in:
Anthony Cicchetti 2024-08-08 09:11:06 -04:00 committed by Anthony Cicchetti
parent 7ce6b5691b
commit 20180c2045

View file

@ -71,7 +71,15 @@
jsonls.enable = true;
pyright.enable = true; # In preference to attempting to use pylyzer
nil-ls.enable = true;
rust-analyzer.enable = true; #TODO
rust-analyzer = let
fenix = fenix.latest.withComponents ["cargo" "rustc"];
in {
enable = true;
installCargo = false;
installRustc = false;
cargoPackage = fenix.cargo;
rustcPackage = fenix.rustc;
};
taplo.enable = true;
terraformls.enable = true;
};