From a54b7e93966f97f0dc2e801f828edac3505ebdc2 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Sat, 22 Oct 2022 12:20:13 +0200 Subject: [PATCH] nvim plugin install --- post_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post_install.sh b/post_install.sh index 5652140..87f6df1 100644 --- a/post_install.sh +++ b/post_install.sh @@ -14,6 +14,9 @@ papirus-folders -C nordic --theme Papirus # install aur packages yay -S --noconfirm --answerdiff=None neovim-plug +# vim plugins +nvim --headless +PlugInstall +qall + # install zsh and omz #chsh -s $(which zsh) sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended