From 0a9ed1c80c10b5d7a01bd7292e66f2a6918b4080 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 24 Apr 2024 13:37:16 +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 dc799f6d..c17f468a 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -66,7 +66,7 @@ }; }; }; - rnix-lsp = lib.mkForce false; + rnix-lsp.enable = lib.mkForce false; nil_ls.enable = false; html.enable = true; cssls.enable = true;