mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
6 lines
152 B
VimL
6 lines
152 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'handlebars') == -1
|
|
|
|
runtime! ftplugin/handlebars*.vim ftplugin/handlebars/*.vim
|
|
|
|
endif
|