From f34bb57c5751c4d2470dd528f1b8b59cebb11050 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 11:43:24 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index f89a09bc..64967d69 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -18,7 +18,7 @@ lsp = { enable = true; servers = { - rust-analyzer = true; + rust-analyzer.enable = true; }; }; nvim-cmp = {