Keeping vim running since the summer of 2010.
brew install vim --with-ruby --with-python
git clone [email protected]:pbjorklund/vimfiles.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
ln -s ~/.vim/jslintrc ~/.jslintrc
cd ~/.vim
git submodule update --init
Will not build correctly without ruby 1.8.7 and rake 0.8.7.
If build doesnt succed on first try, remember to run make clean before recompiling.
Also use rbenv shell system or rvm use system
cd ~/.vim/bundle/Command-T/ruby/command-t
bundle
ruby extconf.rb
make
Enjoy