Skip to content

amirbehzad/.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.4%
  • Erlang 0.6%