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;