Skip to content

Instantly share code, notes, and snippets.

@dmamills
Created January 8, 2013 03:00
Show Gist options
  • Save dmamills/4480722 to your computer and use it in GitHub Desktop.
Save dmamills/4480722 to your computer and use it in GitHub Desktop.
basic vimrc
syntax on
set shiftwidth=2
set tabstop=2
set softtabstop=4
set showmatch
set showcmd
set ruler
set autoindent smartindent
set smarttab
set number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment