diff --git a/nvim/dev-plugins.nix b/nvim/dev-plugins.nix index 4c293e4..71898d6 100644 --- a/nvim/dev-plugins.nix +++ b/nvim/dev-plugins.nix @@ -6,7 +6,7 @@ ... }: let - inherit (helpers) mkRaw enableExceptInTests; + inherit (helpers) enableExceptInTests; cfg = config.jhome.nvim; enabledLSPs = [ "bashls"