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

5 lines
109 B
VimL

setlocal textwidth=72
setlocal spell
setlocal cc=+1
let b:undo_ftplugin .= '|setlocal textwidth< spell< cc<'