vim: switching to plug.vim

This commit is contained in:
2021-07-21 22:40:08 +01:00
parent ea10d5a0ad
commit b2d188344e
3 changed files with 223 additions and 77 deletions

18
install.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/sh
if [ ! -z "$1" ]; then
SCRIPTS=$1
else
SCRIPTS=${HOME}/devel/scripts
fi
find ${SCRIPTS}/config -name .\* -type f -exec ln \{\} . \;
#mkdir -p .vim/autoload .vim/bundle
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# curl -LSso .vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
# git clone https://github.com/VundleVim/Vundle.vim.git .vim/bundle/Vundle.vim
# [ -x ~/.bashrc.vahagn ] && source ~/.bashrc.vahagn