2015-07-06 19:17:43 +01:00
|
|
|
syntax on
|
|
|
|
colo slate
|
2019-09-10 12:16:32 +01:00
|
|
|
|
2019-09-04 21:51:09 +01:00
|
|
|
set relativenumber
|
2019-09-10 12:16:32 +01:00
|
|
|
set number relativenumber
|
2020-04-29 13:49:41 +01:00
|
|
|
|
|
|
|
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
|