From 07163224be4255ce67b5b49f15fe62ee2ce96b32 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 11:36:18 +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 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; }; };