dotfiles/.config/nvim/ftplugin/markdown.vim

11 lines
249 B
VimL
Raw Normal View History

2021-04-21 14:52:27 +02:00
" Show a visual line at width 120
setlocal colorcolumn=80
" This auto-wraps the lines after it's reached more than 119 characters.
setlocal textwidth=79
" Spellcheck
" Turn on spell check
setlocal spell
" Set it to English US
setlocal spelllang=en