summaryrefslogtreecommitdiffstats
path: root/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftplugin')
-rw-r--r--after/ftplugin/tsx.vim (renamed from after/ftplugin/typescript.vim)0
-rw-r--r--after/ftplugin/typescriptreact.vim2
2 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/typescript.vim b/after/ftplugin/tsx.vim
index e29d1e41..e29d1e41 100644
--- a/after/ftplugin/typescript.vim
+++ b/after/ftplugin/tsx.vim
diff --git a/after/ftplugin/typescriptreact.vim b/after/ftplugin/typescriptreact.vim
index 931839b1..223f77c5 100644
--- a/after/ftplugin/typescriptreact.vim
+++ b/after/ftplugin/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