vim: Add configuration for git commits
This commit is contained in:
parent
884b13bdf6
commit
d134275ecf
|
@ -3,3 +3,11 @@ colo slate
|
||||||
|
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set number 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
|
||||||
|
|
Loading…
Reference in a new issue