Files
vim-polyglot/ftplugin/mustache.vim
2020-09-24 10:50:19 +02:00

6 lines
152 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'handlebars') == -1
runtime! ftplugin/handlebars*.vim ftplugin/handlebars/*.vim
endif