mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Add spellcheck to markdown files
This commit is contained in:
parent
dbc155b78a
commit
1cc6d8db23
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ endif
|
||||||
|
|
||||||
"FILETPE AND SYNTAX: {{{
|
"FILETPE AND SYNTAX: {{{
|
||||||
"misc filtype specific settings
|
"misc filtype specific settings
|
||||||
autocmd FileType gitcommit,notes,mail,notmuch,text setlocal spell
|
autocmd FileType gitcommit,notes,mail,notmuch,mkd,text setlocal spell
|
||||||
autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber
|
autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber
|
||||||
autocmd FileType mail,notmuch,text setlocal wrap
|
autocmd FileType mail,notmuch,text setlocal wrap
|
||||||
autocmd FileType notes setlocal tw=80
|
autocmd FileType notes setlocal tw=80
|
||||||
|
|
Loading…
Reference in a new issue