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 9a640523..8564f612 100644 --- a/indent/typescriptreact.vim +++ b/indent/typescriptreact.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'typescript') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'typescript', 'indent/typescriptreact.vim') finish endif |