Add i3 config support, closes #168

This commit is contained in:
Adam Stankiewicz
2017-02-02 21:54:55 +01:00
parent b7e2b0cad3
commit 7404993f0c
5 changed files with 151 additions and 0 deletions

View File

@@ -346,6 +346,16 @@ autocmd BufNewFile,BufRead *.hx setf haxe
endif
" ftdetect/i3.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'i3') == -1
augroup i3_ftdetect
au!
au BufRead,BufNewFile *i3/config set ft=i3
augroup END
endif
" ftdetect/jasmine.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jasmine') == -1