vim: Add configuration for git commits

This commit is contained in:
Oliver Davies 2020-04-29 13:49:41 +01:00
parent 884b13bdf6
commit d134275ecf

View file

@ -3,3 +3,11 @@ colo slate
set relativenumber
set number relativenumber
au FileType gitcommit setlocal colorcolumn=50,72
au FileType gitcommit setlocal textwidth=72
au FileType gitcommit highlight ColorColumn ctermbg=8
set complete+=kspell
au FileType gitcommit setlocal spell