mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 05:23:51 -05:00
Allow disabling individual language packs
This commit is contained in:
committed by
Adam Stankiewicz
parent
4033ac02d0
commit
f977779693
5
plugin_guard.vim.template
Normal file
5
plugin_guard.vim.template
Normal file
@@ -0,0 +1,5 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '%%PACK%%') == -1
|
||||
|
||||
%%CONTENT%%
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user