Files
vim-polyglot/plugin_guard.vim.template
2019-09-12 15:08:44 +02:00

6 lines
102 B
Plaintext

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