Skip to content

Instantly share code, notes, and snippets.

@johngrib
Created October 23, 2018 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johngrib/2bee76c1d0414679040e93b0e581536d to your computer and use it in GitHub Desktop.
Save johngrib/2bee76c1d0414679040e93b0e581536d to your computer and use it in GitHub Desktop.
.vimrc gitcommit setting
augroup git_commit_helper
autocmd FileType gitcommit set textwidth=50
autocmd FileType gitcommit set colorcolumn=+1
autocmd FileType gitcommit highlight ColorColumn ctermbg=235 guibg=#2c2d27
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment