From e9728cba74a81259b64acf6d4967d4d92ec175b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 7 Jul 2025 21:41:01 +0200 Subject: [PATCH] Add node to neovim --- home/editor/neovim/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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