vim setup managed by vim-plug.
make link # symlink to ~/.vim
make restore # install vim plugins
vim ~/.vimrc # add 'Plug 'x/y''
make install # update ./bin/install
make update
To make vim startup time faster in git:
git config --global core.editor "env VIM_MINIMAL=1 vim +startinsert"
In OSX, use MacVim to use a better build of vim with support for Ruby, Python, Lua, and other niceties.
$ brew install macvim --override-system-vim --with-python3 --with-lua --with-luajit
MIT license