fix rust-analyzer, updates
This commit is contained in:
parent
7ce6b5691b
commit
20180c2045
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue