neovim: enable spellcheck for md files
This commit is contained in:
parent
163200a472
commit
324201856c
1 changed files with 3 additions and 0 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue