Skip to content

Instantly share code, notes, and snippets.

@ryancragun
Created April 25, 2011 21:13
Show Gist options
  • Save ryancragun/941241 to your computer and use it in GitHub Desktop.
Save ryancragun/941241 to your computer and use it in GitHub Desktop.
.vimrc
set nocompatible
set expandtab
set tabstop=2
set shiftwidth=2
set noautoindent
set smartindent
set incsearch
set ruler
set number
set showmatch
filetype on
filetype indent on
filetype plugin on
set ignorecase
set t_Co=256
"colorscheme railscasts
colorscheme ir_black
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment