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:
parent
277af6db8c
commit
adab75c5f1
|
@ -2,5 +2,6 @@
|
||||||
|
|
||||||
emerge -av --noreplace \
|
emerge -av --noreplace \
|
||||||
x11-misc/xclip \
|
x11-misc/xclip \
|
||||||
sys-apps/ripgrep
|
sys-apps/ripgrep \
|
||||||
|
net-libs/nodejs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue