diff options
Diffstat (limited to 'indent/typescriptreact.vim')
-rw-r--r-- | indent/typescriptreact.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/typescriptreact.vim b/indent/typescriptreact.vim index 6385bf07..fe9a2c32 100644 --- a/indent/typescriptreact.vim +++ b/indent/typescriptreact.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'typescript') +if has_key(g:polyglot_is_disabled, 'typescript') finish endif |