diff --git a/install.sh b/install.sh index a95038b..b80d75b 100644 --- a/install.sh +++ b/install.sh @@ -25,6 +25,13 @@ mv $CONFIGBASE/.vimrc ./ rm -rf $CONFIGBASE +echo "Config vim-plug ..." + +curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim + + + echo "Done! Finished install vim Configuration."