Skip to content

Instantly share code, notes, and snippets.

@jstadler
Created March 10, 2012 01:06
Show Gist options
  • Save jstadler/2009530 to your computer and use it in GitHub Desktop.
Save jstadler/2009530 to your computer and use it in GitHub Desktop.
A vim configuration I used over the course of 6+ months. Worked well, felt the need to keep it somewhere.
set nocompatible
set cindent
set smartindent
set autoindent
set tabstop=4
set shiftwidth=4
set showmatch
set ruler
set incsearch
set number
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment