Created
February 17, 2013 03:30
-
-
Save samrose/4969966 to your computer and use it in GitHub Desktop.
.vimrc for ruby-vim setup using pathogen
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
execute pathogen#infect() | |
syntax on | |
filetype plugin indent on | |
set sw=2 | |
set number |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment