This is my own VIM setup, using Solarized Dark scheme and vim-airline statusline configuration.
This assumes that you have set up iTerm2 with Powerline fonts and Solarized colour scheme as desribed here.
- Install NeoBundle (Vim package manager):
curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh | sh - Copy (or add) contents of file vimrc to your ~/.vimrc settings file
- Download vim-colors-solarized:
git clone https://github.com/altercation/vim-colors-solarized - Copy the colour file:
cp colors/solarized.vim ~/.vim/colors/ - Launch vim, it will ask you to install packages
