update install-deps script with other dependencies

nodejs is needed for some LSP/linter/formatters that are now going to
be installed by Mason
This commit is contained in:
Gered 2024-09-07 15:07:30 -04:00
parent 277af6db8c
commit adab75c5f1

View file

@ -2,5 +2,6 @@
emerge -av --noreplace \
x11-misc/xclip \
sys-apps/ripgrep
sys-apps/ripgrep \
net-libs/nodejs