mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Handle *.neomuttrc and *.muttrc files appropriately (and remove the autocmd for muttrc because that's detected by vim)
This commit is contained in:
parent
b89700c101
commit
f0f4f2bf97
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue