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

4 lines
90 B
VimL

setlocal textwidth=78
setlocal spell
let b:undo_ftplugin .= '|setlocal textwidth< spell<'