amirbehzad / .vim

My vimrc configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.vim

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.

Installation

$ 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.

About

My vimrc configuration


Languages

Language:Vim Script 99.4%Language:Erlang 0.6%