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

11 lines
249 B
VimL

" 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