Skip to content

Instantly share code, notes, and snippets.

@cmhobbs
Created November 9, 2010 17:38
Show Gist options
  • Save cmhobbs/669457 to your computer and use it in GitHub Desktop.
Save cmhobbs/669457 to your computer and use it in GitHub Desktop.
filetype plugin on
filetype indent on
set t_Co=256
syntax on
colorscheme obsidian
set number
set expandtab
set shiftwidth=2
set softtabstop=2
set cursorcolumn
set cursorline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment