Handle *.neomuttrc and *.muttrc files appropriately (and remove the autocmd for muttrc because that's detected by vim)

This commit is contained in:
Kevin MacMartin 2019-05-24 00:31:02 -04:00
parent b89700c101
commit f0f4f2bf97

View file

@ -39,7 +39,8 @@ autocmd FileChangedRO * nested set noreadonly
autocmd BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setlocal ft=aspnet
autocmd BufNewFile,BufRead *.gradle setlocal ft=groovy
autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf,.eslintrc setlocal ft=json
autocmd BufNewFile,BufRead *muttrc setlocal ft=muttrc
autocmd BufNewFile,BufRead *.muttrc setlocal ft=muttrc
autocmd BufNewFile,BufRead *.neomuttrc setlocal ft=neomuttrc
autocmd BufNewFile,BufRead *pacman.conf setlocal ft=conf
autocmd BufNewFile,BufRead *vimpagerrc setlocal ft=vim