diff options
Diffstat (limited to 'after/indent/javascript.vim')
-rw-r--r-- | after/indent/javascript.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/indent/javascript.vim b/after/indent/javascript.vim index 275073fa..8c2254d6 100644 --- a/after/indent/javascript.vim +++ b/after/indent/javascript.vim @@ -1,4 +1,4 @@ -if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'jsx') != -1 +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 |