You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" Note: put this in ftplugin/gitcommit.vim or in a filetype autocmd.
" show the body width boundary
setlocal colorcolumn=73
setlocal textwidth=72
" warning if first line too long
match ErrorMsg /\%1l.\%>51v/
" spell check on
setlocal spell
I believe we already have some of these behaviors
from Vimways Vim and Git
The text was updated successfully, but these errors were encountered: