diff --git a/home/editors/neovim.nix b/home/editors/neovim.nix index ea6e01b..55ea86f 100644 --- a/home/editors/neovim.nix +++ b/home/editors/neovim.nix @@ -43,7 +43,7 @@ in ]; home.packages = with pkgs; [ - nodejs-12_x + # nodejs-12_x # haskellPackages.ghcide ];