We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1fc55 commit 87938ebCopy full SHA for 87938eb
vimconf.sh
@@ -4,5 +4,7 @@ if test ! -d "$DIR"; then
4
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
5
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim &&
6
7
- curl -fLo ~/.vimrc "https://raw.githubusercontent.com/apsbd/vim/master/.vimrc"
+ curl -fLo ~/.vimrc "https://raw.githubusercontent.com/apsbd/vim/master/.vimrc" &&
8
+
9
+ vim +PlugInstall +qall
10
fi
0 commit comments