neovim: enable spellcheck for md files

This commit is contained in:
steveej 2016-06-28 11:40:12 -07:00
parent 163200a472
commit 324201856c

View file

@ -112,6 +112,9 @@ in {
\ } \ }
" } " }
" spelling {{{
au BufRead,BufNewFile *.md,*.markdown setlocal spell spelllang=en_us,de_de
" }}}
" sync default register to clipboard { " sync default register to clipboard {
if has('unnamedplus') if has('unnamedplus')