This commit is contained in:
Wenwen Zhang 2024-06-01 22:27:34 +08:00
parent c10efcbc39
commit f9fe6eb524

View File

@ -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."