diff --git a/home/editor/neovim/default.nix b/home/editor/neovim/default.nix index b25c6e9..9d7062e 100644 --- a/home/editor/neovim/default.nix +++ b/home/editor/neovim/default.nix @@ -5,6 +5,9 @@ enable = true; defaultEditor = true; vimAlias = true; + extraPackages = with pkgs; [ + nodePackages_latest.nodejs + ]; plugins = with pkgs.vimPlugins; [ vim-fugitive undotree