My .vimrc configuration and plugins.
This is forked from Farzad which is originally based on carloslima/dotfiles. I've also customized it a bit, with some tricks that I learned from Athar, and Khairi.
My favorite colorscheme is Gotham.
$ cd ~
$ git clone https://github.com/AmirBehzad/.vim.git
$ git clone https://github.com/powerline/fonts.git /tmp/fonts
$ (cd /tmp/fonts; ./install.sh)
$ mkdir ~/.vim_backup
$ echo "source ~/.vim/vimrc" > ~/.vimrc
$ vim +PluginInstall +qall
$ cat <<EOF >> ~/.gtkrc-2.0
style "vimfix" { bg[NORMAL] = "#0c1014" }
widget "vim-main-window.*GtkForm" style "vimfix"
EOF
- In Linux, configure your Terminal Emulator to use the font "DejaVu Sans Mono for Powerline, 11".
- In OSX, configure iTerm to use "Source Code Pro for Powerline, 12" for non-ASCII Font.