diff options
Diffstat (limited to 'plugin_guard_jsx.vim.template')
-rw-r--r-- | plugin_guard_jsx.vim.template | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugin_guard_jsx.vim.template b/plugin_guard_jsx.vim.template deleted file mode 100644 index 7b310c69..00000000 --- a/plugin_guard_jsx.vim.template +++ /dev/null @@ -1,5 +0,0 @@ -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 |