Created
April 25, 2011 21:13
-
-
Save ryancragun/941241 to your computer and use it in GitHub Desktop.
.vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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