This is how to setup vim with modern ruby and python support.
$ brew install ruby
$ brew install python --framework
# edit ./homebrew/vim.rb and make sure the python config dir is correct
$ brew install ./homebrew/vim.rb
$ sudo apt-get install vim-gtk python2.7
- Recent vim
- Powerline
$ git clone [email protected]:ricardochimal/vim-dotfiles.git .vim
$ ln -s .vim/vimrc .vimrc
$ cd .vim; git submodule init; git submodule update