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

6 lines
200 B
Plaintext

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