diff --git a/.config/vim/ftplugin/gitcommit.vim b/.config/vim/ftplugin/gitcommit.vim index 9ec8cae..05b7697 100644 --- a/.config/vim/ftplugin/gitcommit.vim +++ b/.config/vim/ftplugin/gitcommit.vim @@ -1,5 +1,5 @@ " Shorter lines. Subject should be max 50 and body max 72 -setlocal colorcolumn=50,72 +setlocal colorcolumn+=51 setlocal textwidth=72 " Spell checking always enabled setlocal spell spelllang=en