Created
September 22, 2013 14:35
-
-
Save dustinfarris/6660498 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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