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

11 lines
249 B
VimL
Raw Permalink Normal View History

2020-08-08 20:27:01 +02:00
" Show a visual line at width 120
2021-02-01 09:41:32 +01:00
setlocal colorcolumn=80
2020-08-09 08:06:01 +02:00
" This auto-wraps the lines after it's reached more than 119 characters.
2021-02-01 09:41:32 +01:00
setlocal textwidth=79
2020-08-08 20:27:01 +02:00
" Spellcheck
" Turn on spell check
setlocal spell
" Set it to English US
setlocal spelllang=en