From f3b7d5e96ed602e94972f4c8ff67ff894e349801 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 24 Apr 2024 13:34:23 +0900 Subject: [PATCH] Test --- home-manager/common/software/cli/nixvim.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index e77602ad..dc799f6d 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ lib, ... }: { imports = [ ./nixvim/base.nix ]; programs.nixvim = { @@ -66,6 +66,8 @@ }; }; }; + rnix-lsp = lib.mkForce false; + nil_ls.enable = false; html.enable = true; cssls.enable = true; bashls.enable = true;