Created
June 10, 2013 22:55
-
-
Save artiom/5753174 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 twilight | |
set guifont=Monaco:h12.50 | |
set cc=80 | |
let g:NERDTreeWinPos = "right" | |
set spell | |
set cursorline | |
" strip trailing whitespace on save | |
autocmd BufWritePre * :%s/\s\+$//e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment