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

4 lines
85 B
VimL

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