diff --git a/modules/home-manager/programs/neovim/lsp.nix b/modules/home-manager/programs/neovim/lsp.nix index 0debfd6..a3d16f8 100644 --- a/modules/home-manager/programs/neovim/lsp.nix +++ b/modules/home-manager/programs/neovim/lsp.nix @@ -62,6 +62,7 @@ in "cmake", "csharp_ls", "cssls", + "denols", "eslint", "html", "jsonls", diff --git a/specific/laptop/home-manager.nix b/specific/laptop/home-manager.nix index 7f6ed4a..0acdb6f 100644 --- a/specific/laptop/home-manager.nix +++ b/specific/laptop/home-manager.nix @@ -58,16 +58,6 @@ # PACKAGES # # - programs.direnv = { - config = { - whitelist = { - prefix = [ - "/home/wizardlink/Documents/projects" - ]; - }; - }; - }; - home.packages = with pkgs; [ ## Tools # Utilities