From 480a33486217bc0852956aadd434197f5be4bcc4 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Sun, 17 Nov 2024 04:24:26 -0500 Subject: [PATCH] overlay: readd stupid nodejs dependency :3 thanks copilot --- nix/neovim-overlay.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/neovim-overlay.nix b/nix/neovim-overlay.nix index a67d3f2..026dfc8 100644 --- a/nix/neovim-overlay.nix +++ b/nix/neovim-overlay.nix @@ -114,6 +114,9 @@ with final.pkgs.lib; let rustfmt # rust formatter prettierd # typescript/javascript formatter # google-java-format # java formatter based off google guidelines + + # misc + nodejs # copilot needs this unfortunately dont remove ]; in { # This is the neovim derivation