Skip to content

Instantly share code, notes, and snippets.

@samrose
Created February 17, 2013 03:30
Show Gist options
  • Save samrose/4969966 to your computer and use it in GitHub Desktop.
Save samrose/4969966 to your computer and use it in GitHub Desktop.
.vimrc for ruby-vim setup using pathogen
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