Skip to content

Instantly share code, notes, and snippets.

@joecannatti
Created July 24, 2011 23:55
Show Gist options
  • Save joecannatti/1103258 to your computer and use it in GitHub Desktop.
Save joecannatti/1103258 to your computer and use it in GitHub Desktop.
.vimrc
syntax enable
syntax on
set cursorline
set expandtab
set ts=2
set shiftwidth=2
set autoindent
set number
set background=dark
set nobackup
set nowritebackup
set noswapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment