From f977779693518c748d87fb5babd98f6ef411837c Mon Sep 17 00:00:00 2001 From: John Guidry Date: Fri, 10 Jul 2015 08:19:38 -0500 Subject: Allow disabling individual language packs --- plugin_guard.vim.template | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugin_guard.vim.template (limited to 'plugin_guard.vim.template') 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 -- cgit v1.2.3