This is my local vim config, built on top of pivotal's vim-config with some changes I personally find useful. While I love pivotal's config, nothing here depends on using their set up.
- If you wish to use pivotal's setup, clone their project and follow their setup instructions.
Otherwise, add this line to the bottom of your
~/.vimrc
file:
if filereadable($HOME . "/.vimrc.local")
source ~/.vimrc.local
endif
- Symlink the
.vimrc.local
in this project to~/.vimrc.local
:
ln -s $(pwd)/.vimrc.local ~/.vimrc.local
Enjoy!