Added notmuch email for vim to the list of non-code formats with similar preets

This commit is contained in:
Kevin 2014-04-03 09:08:44 -04:00
parent a2e15f719b
commit 0cc369513a

View file

@ -70,8 +70,8 @@
autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript
"enable spellcheck by default when using given filetypes and extensions
autocmd FileType gitcommit,notes,mail,mkd,text setlocal spell
autocmd FileType notes,mail,mkd,text setlocal nonumber
autocmd FileType gitcommit,notes,mail,notmuch,mkd,text setlocal spell
autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber
"enable omnicompletion for any filetype without that has syntax highlighting
if has("autocmd") && exists("+omnifunc")