diff options
Diffstat (limited to 'hm/nixvim/config.nix')
-rw-r--r-- | hm/nixvim/config.nix | 2 |
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; |