Skip to content

Commit 87938eb

Browse files
committed
added vim plug install command
1 parent ac1fc55 commit 87938eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vimconf.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ if test ! -d "$DIR"; then
44
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
55
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim &&
66

7-
curl -fLo ~/.vimrc "https://raw.githubusercontent.com/apsbd/vim/master/.vimrc"
7+
curl -fLo ~/.vimrc "https://raw.githubusercontent.com/apsbd/vim/master/.vimrc" &&
8+
9+
vim +PlugInstall +qall
810
fi

0 commit comments

Comments
 (0)