use vimplug

This commit is contained in:
daniel
2023-03-18 13:06:51 +01:00
parent 7cae8ba61e
commit 75de8a583c
3 changed files with 22 additions and 54 deletions

View File

@@ -27,9 +27,10 @@ fi
# vundle
if [ ! -d "$HOME/.vim/bundle" ]; then
echo "setup vundle"
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
if [ ! -d "$HOME/.vim/autoload" ]; then
echo "setup vim plug"
curl -fLo /.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
fi
# linking dotfiles