feat: auto set colorcolumn for git commit msg file
This commit is contained in:
parent
8ae722f037
commit
ea3ccca784
|
@ -335,3 +335,6 @@ autocmd FileType yaml :set cursorcolumn
|
|||
highlight clear SpellBad
|
||||
highlight SpellBad cterm=underline
|
||||
highlight SpellBad gui=undercurl
|
||||
|
||||
" commitmsg
|
||||
autocmd BufEnter,BufRead commitmsg.md :set colorcolumn=100
|
||||
|
|
Loading…
Reference in New Issue
Block a user