summaryrefslogtreecommitdiffstats
path: root/plugin_guard.vim.template
blob: ccf60b8b5e247ec6de06aac66efd5ed26ea2d7d6 (plain) (blame)
1
2
3
4
5
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '%%PACK%%') == -1
  
  %%CONTENT%%

endif