This is my ~/.vim dir and this, dear reader, is a horse:
,
/ \,,_ .'|
,{{| /}}}}/_.'
}}}}` '{{' '.
{{{{{ _ ;, \
,}}}}}} /o`\ ` ;)
{{{{{{ / (
}}}}}} | \
{{{{{{{{ \ \ ,-------------------------------.
}}}}}}}}} '.__ _ | / HI \
{{{{{{{{ /`._ (_\ / / / \ |
}}}}}}' | //___/ --= < VVVI HI-HI-HI |
jgs `{{{{` | '--' \ \ |
}}}` \ HIM-HIM-HIM!!! /
'--------------------------------'
Clone the repo:
git clone https://github.com/ghostrocket/vimfiles.git ~/.vim
Grab the plugin submodules:
cd ~/.vim && git submodule update --init
Make sure vim finds the vimrc file by symlinking it:
ln -s ~/.vim/vimrc ~/.vimrc
The TagBar bundle requires ctags:
brew install ctags
The Syntastic module requires appropriate checkers on your path:
Node has JSLint brew install node
Install Pyflakes for python pip install pyflakes