- ctags (yum install ctags on redhat based systems)
- vim must be compiled with perl & python (gundo)
- ./configure --enable-perlinterp --enable-pythoninterp
On OSX, use homebrew to install vim (terminal & gui):
brew install ctags
brew install macvim --override-system-vim
git clone git://github.com/tempire/dotvim.git .vim
cd .vim
git submodule init
git submodule update
ln -s ~/.vim/vimrc ~/.vimrc
~/.vim/vimrc.$USER
If your shell login is purl, create the file ~/.vim/vimrc.purl.
All custom vim configuration will override the dotvim defaults.