Created
June 1, 2016 16:46
-
-
Save derekwyatt/d90f4d8ea3fddd64ce328fe36f995282 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
" format / wrap and gq comments but not code | |
setlocal formatoptions=crq | |
" wrap comments at 80 chars | |
setlocal textwidth=80 | |
"highlight the 100'th column | |
set colorcolumn=100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment