diff --git a/post_install.sh b/post_install.sh index 87f6df1..098840e 100644 --- a/post_install.sh +++ b/post_install.sh @@ -17,6 +17,11 @@ yay -S --noconfirm --answerdiff=None neovim-plug # vim plugins nvim --headless +PlugInstall +qall +# vs code plugins +code --install-extension asvetliakov.vscode-neovim +code --install-extension ms-python.python +code --install-extension sainnhe.everforest + # install zsh and omz #chsh -s $(which zsh) sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended