summaryrefslogtreecommitdiff
path: root/INSTALL/gentoo-install
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2021-07-10 02:27:52 +0100
committerrafa_99 <raroma09@gmail.com>2021-07-10 02:27:52 +0100
commit9043edb515257b6e24744cc78f84eb266aafcf63 (patch)
tree20aa4eb0ad363859ef7503988156571714eb09b5 /INSTALL/gentoo-install
parent691ef4b3967c54eebdfe0bf446c90e7cbfb1f138 (diff)
Updated Install and Configured Neovim LSP
Diffstat (limited to 'INSTALL/gentoo-install')
-rw-r--r--INSTALL/gentoo-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL/gentoo-install b/INSTALL/gentoo-install
index a38b028..36c0696 100644
--- a/INSTALL/gentoo-install
+++ b/INSTALL/gentoo-install
@@ -31,7 +31,7 @@ if [ "$(id -u)" = "0" ]; then
printf "Do you want to install User Packages? [Y/n]" && read -r USERPACKAGES
if [ "$USERPACKAGES" != "N" ] && [ "$USERPACKAGES" != "n" ]; then
- emerge --ask --quiet app-emulation/libvirt app-emulation/qemu app-emulation/virt-manager neofetch dev-python/pip app-emulation/wine-mono app-emulation/wine-staging games-util/lutris lxde-base/lxappearance media-sound/pavucontrol x11-misc/pcmanfm x11-themes/arc-theme x11-themes/papirus-icon-theme x11-misc/qt5ct breeze ffmpegthumbnailer app-admin/keepassxc
+ emerge --ask --quiet app-emulation/libvirt app-emulation/qemu app-emulation/virt-manager neofetch dev-python/pip app-emulation/wine-mono app-emulation/wine-staging games-util/lutris lxde-base/lxappearance media-sound/pavucontrol x11-misc/pcmanfm x11-themes/arc-theme x11-themes/papirus-icon-theme x11-misc/qt5ct breeze ffmpegthumbnailer app-admin/keepassxc npm
fi
else
{
@@ -64,6 +64,7 @@ else
## Installing Plugins
nvim -c PlugInstall
cd ~/.config/nvim/plugged/vim-hexokinase && make hexokinase
+ doas npm -g install clangd
# Setup Git account
printf "Do yo want to setup Git account? [Y/n]" && read -r GIT