summaryrefslogtreecommitdiffstats
path: root/after/indent/tsx.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/indent/tsx.vim')
-rw-r--r--after/indent/tsx.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/after/indent/tsx.vim b/after/indent/tsx.vim
index f29ccbaf..18254bfc 100644
--- a/after/indent/tsx.vim
+++ b/after/indent/tsx.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'jsx')
+if has_key(g:polyglot_is_disabled, 'jsx')
finish
endif