mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
overlay: readd stupid nodejs dependency :3 thanks copilot
This commit is contained in:
parent
3784061378
commit
480a334862
1 changed files with 3 additions and 0 deletions
|
|
@ -114,6 +114,9 @@ with final.pkgs.lib; let
|
||||||
rustfmt # rust formatter
|
rustfmt # rust formatter
|
||||||
prettierd # typescript/javascript formatter
|
prettierd # typescript/javascript formatter
|
||||||
# google-java-format # java formatter based off google guidelines
|
# google-java-format # java formatter based off google guidelines
|
||||||
|
|
||||||
|
# misc
|
||||||
|
nodejs # copilot needs this unfortunately dont remove
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
# This is the neovim derivation
|
# This is the neovim derivation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue