Add sxhkd support, closes #186

This commit is contained in:
Adam Stankiewicz
2017-03-23 12:48:17 +01:00
parent 8bb259b1f6
commit 0134940f23
4 changed files with 43 additions and 0 deletions

View File

@@ -937,6 +937,17 @@ endfunction
endif
" ftdetect/sxhkdrc.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'sxhkd') == -1
if &compatible || v:version < 603
finish
endif
autocmd BufNewFile,BufRead sxhkdrc,*.sxhkdrc set ft=sxhkdrc
endif
" ftdetect/systemd.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'systemd') == -1