diff options
Diffstat (limited to 'after/indent')
-rw-r--r-- | after/indent/tsx.vim (renamed from after/indent/typescript.vim) | 0 | ||||
-rw-r--r-- | after/indent/typescriptreact.vim | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/after/indent/typescript.vim b/after/indent/tsx.vim index dd8ee271..dd8ee271 100644 --- a/after/indent/typescript.vim +++ b/after/indent/tsx.vim diff --git a/after/indent/typescriptreact.vim b/after/indent/typescriptreact.vim index 931839b1..223f77c5 100644 --- a/after/indent/typescriptreact.vim +++ b/after/indent/typescriptreact.vim @@ -1,5 +1,5 @@ if !exists('g:polyglot_disabled') || !(index(g:polyglot_disabled, 'typescript') != -1 || index(g:polyglot_disabled, 'typescript') != -1 || index(g:polyglot_disabled, 'jsx') != -1) -source <sfile>:h/typescript.vim +source <sfile>:h/tsx.vim endif |