dotfiles/symlinks/config/nvim/after/ftplugin/gitcommit.vim

5 lines
109 B
VimL
Raw Normal View History

2021-03-03 17:07:02 +00:00
setlocal textwidth=72
setlocal spell
setlocal cc=+1
2021-02-23 11:27:32 +00:00
let b:undo_ftplugin .= '|setlocal textwidth< spell< cc<'