Skip to content

Instantly share code, notes, and snippets.

@lxfontes
Created September 27, 2010 02:10
Show Gist options
  • Save lxfontes/598509 to your computer and use it in GitHub Desktop.
Save lxfontes/598509 to your computer and use it in GitHub Desktop.
filetype off
call pathogen#helptags()
call pathogen#runtime_append_all_bundles()
syntax on
filetype plugin indent on
set tabstop=2
set smarttab
set shiftwidth=2
set autoindent
set expandtab
colorscheme ir_black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment