My set of vim configuration files
- clone this repo
- change to cloned directory
cd thisrepo - execute installation script via
./install.sh
- Download vim plugin manager vim-plug
- copy
plug.vimto~/.vim/autoload/plug.vim - soft link this
.vimrcto~/.vimrc - run
vimto install all plugins