Skip to content

Instantly share code, notes, and snippets.

@dewey
Created May 31, 2013 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dewey/5684430 to your computer and use it in GitHub Desktop.
Save dewey/5684430 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
filetype plugin indent on
syntax on
set hlsearch
set showmatch
set expandtab
set shiftwidth=4
set copyindent
set tabstop=4
set incsearch
set smartcase
set hidden
set history=1000
set undolevels=1000
set backspace=indent,eol,start
colorscheme solarized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment