Skip to content

Instantly share code, notes, and snippets.

@josephdunn
Created May 30, 2012 20:20
Show Gist options
  • Save josephdunn/2838678 to your computer and use it in GitHub Desktop.
Save josephdunn/2838678 to your computer and use it in GitHub Desktop.
set nocompatible " We're running Vim, not Vi!
syntax on " Enable syntax highlighting
filetype on " Enable filetype detection
filetype indent on " Enable filetype-specific indenting
filetype plugin on " Enable filetype-specific plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment