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

4 lines
90 B
VimL
Raw Normal View History

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