vim-polyglot/plugin_guard.vim.template

6 lines
106 B
Plaintext
Raw Permalink Normal View History

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '%%PACK%%') == -1
%%CONTENT%%
endif