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

4 lines
85 B
VimL
Raw Normal View History

2021-02-23 11:27:32 +00:00
setlocal textwidth=78
set spell
let b:undo_ftplugin .= '|setlocal textwidth< spell<'