aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to 'hm')
-rw-r--r--hm/nixvim/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix
index 0e8613d..eeb29ff 100644
--- a/hm/nixvim/config.nix
+++ b/hm/nixvim/config.nix
@@ -123,7 +123,7 @@ pkgs: {
enable = true;
servers = {
nil_ls.enable = true;
- rust-analyzer = {
+ rust_analyzer = {
enable = true;
installCargo = true;
installRustc = true;