Skip to content

Instantly share code, notes, and snippets.

@damienklinnert
Created June 4, 2012 21:22
Show Gist options
  • Save damienklinnert/2870909 to your computer and use it in GitHub Desktop.
Save damienklinnert/2870909 to your computer and use it in GitHub Desktop.
syntax on
set autoindent
set smartindent
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set nu
call pathogen#infect()
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment