This is my vim setup. I'm using vim-plug1 to manage my vim plugins.
To get started, just move your existing .vim and .vimrc out of the way and source this file, or type the following from wherever you want to install:
git clone https://github.com/tastapod/vimfiles.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
vim +:PlugInstall +:q +:q
To add a new plugin:
- Add
Plug 'owner/repo'
in ~/.vimrc - Run
:PlugInstall
from vim