diff --git a/config/programs/vim.nix b/config/programs/vim.nix index a1c5b340..8ddc2115 100644 --- a/config/programs/vim.nix +++ b/config/programs/vim.nix @@ -183,5 +183,8 @@ tagbar coc-nvim ]; + extraPackages = with pkgs; [ + nodejs-17_x + ]; }; }