Files
vim-polyglot/plugin_guard_jsx.vim.template
2019-09-04 17:39:23 +02:00

6 lines
206 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)
finish
endif
%%CONTENT%%