diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 3dd22730..f89a09bc 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -17,7 +17,7 @@ lsp = { enable = true; - servers { + servers = { rust-analyzer = true; }; };