diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index a88c50e9..0aca9672 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -1057,6 +1057,17 @@ au BufRead,BufNewFile *.vcl set filetype=vcl augroup END augroup filetypedetect +" vifm:vifm/vifm.vim +autocmd BufRead,BufNewFile vifm.rename* :set filetype=vifm-rename +augroup END + +augroup filetypedetect +" vifm:vifm/vifm.vim +autocmd BufRead,BufNewFile vifmrc :set filetype=vifm +autocmd BufRead,BufNewFile *vifm/colors/* :set filetype=vifm +augroup END + +augroup filetypedetect " vue:posva/vim-vue au BufNewFile,BufRead *.vue setf vue augroup END |