nixvim #7

Merged
anthonycicc merged 6 commits from nixvim into master 2024-11-10 18:52:24 -05:00
Showing only changes of commit 20180c2045 - Show all commits

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;
};