update
This commit is contained in:
parent
c10efcbc39
commit
f9fe6eb524
|
@ -25,6 +25,13 @@ mv $CONFIGBASE/.vimrc ./
|
||||||
|
|
||||||
rm -rf $CONFIGBASE
|
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."
|
echo "Done! Finished install vim Configuration."
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user