Skip to content

Instantly share code, notes, and snippets.

View bryantraywick's full-sized avatar

Bryan Traywick bryantraywick

View GitHub Profile
@fredoliveira
fredoliveira / gist:791809
Created January 23, 2011 04:14
macvim personalizations
color molokai2
set guioptions=aAce
set columns=120
set guifont=Inconsolata:h12
set wrap
" screw those standards, i like my tabs being just that. tabs.
set tabstop=4
set shiftwidth=4
set softtabstop=4