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