This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
neovim-config/ftplugin/markdown.vim

9 lines
155 B
VimL
Raw Normal View History

2020-08-08 20:27:01 +02:00
" Show a visual line at width 120
setlocal colorcolumn=120
" Spellcheck
" Turn on spell check
setlocal spell
" Set it to English US
setlocal spelllang=en