diff options
Diffstat (limited to 'plugin_guard.vim.template')
-rw-r--r-- | plugin_guard.vim.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin_guard.vim.template b/plugin_guard.vim.template new file mode 100644 index 00000000..ccf60b8b --- /dev/null +++ b/plugin_guard.vim.template @@ -0,0 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '%%PACK%%') == -1 + + %%CONTENT%% + +endif |