summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-09-27 20:23:42 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2017-09-27 20:23:42 +0200
commit8148255ef1c416f414c3a78405eff08fe149d16e (patch)
tree2079cba4fc936c705156e9c03eda004f823bf665 /ftdetect/polyglot.vim
parent40ddf334c9428ff7d88b7ca12912a9a1ea80dbab (diff)
downloadvim-polyglot-8148255ef1c416f414c3a78405eff08fe149d16e.tar.gz
vim-polyglot-8148255ef1c416f414c3a78405eff08fe149d16e.zip
Add vifm support, closes #213
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r--ftdetect/polyglot.vim11
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