mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 06:23:50 -05:00
Add sxhkd support, closes #186
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user