mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 11:44:10 -05:00
Added notmuch email for vim to the list of non-code formats with similar preets
This commit is contained in:
parent
a2e15f719b
commit
0cc369513a
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@
|
||||||
autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript
|
autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript
|
||||||
|
|
||||||
"enable spellcheck by default when using given filetypes and extensions
|
"enable spellcheck by default when using given filetypes and extensions
|
||||||
autocmd FileType gitcommit,notes,mail,mkd,text setlocal spell
|
autocmd FileType gitcommit,notes,mail,notmuch,mkd,text setlocal spell
|
||||||
autocmd FileType notes,mail,mkd,text setlocal nonumber
|
autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber
|
||||||
|
|
||||||
"enable omnicompletion for any filetype without that has syntax highlighting
|
"enable omnicompletion for any filetype without that has syntax highlighting
|
||||||
if has("autocmd") && exists("+omnifunc")
|
if has("autocmd") && exists("+omnifunc")
|
||||||
|
|
Loading…
Reference in a new issue