Skip to content

Instantly share code, notes, and snippets.

@dustinfarris
Created September 22, 2013 14:35
Show Gist options
  • Save dustinfarris/6660498 to your computer and use it in GitHub Desktop.
Save dustinfarris/6660498 to your computer and use it in GitHub Desktop.
color codeschool
set guifont=Monaco:h12
let g:NERDTreeWinPos = "right"
set guioptions-=T " Removes top toolbar
set guioptions-=r " Removes right hand scroll bar
set go-=L " Removes left hand scroll bar
autocmd User Rails let b:surround_{char2nr('-')} = "<% \r %>" " displays <% %> correctly
:set cpoptions+=$ " puts a $ marker for the end of words/lines in cw/c$ commands
let g:syntastic_python_checkers=['pylint']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment