Skip to content

Instantly share code, notes, and snippets.

@derekwyatt
Created June 1, 2016 16:46
Show Gist options
  • Save derekwyatt/d90f4d8ea3fddd64ce328fe36f995282 to your computer and use it in GitHub Desktop.
Save derekwyatt/d90f4d8ea3fddd64ce328fe36f995282 to your computer and use it in GitHub Desktop.
" 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