summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-09-04 17:39:23 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2019-09-04 17:39:23 +0200
commitae18284e5af128e1fca0b42f284b558dd7dce73d (patch)
treeeb065c770b2f4985f5677829c1550d0f7067acea /ftdetect/polyglot.vim
parente3024f21fca230b030fb2fe2fde4e768fb8205b3 (diff)
downloadvim-polyglot-3.10.0.tar.gz
vim-polyglot-3.10.0.zip
Disable jsx when ts or js is disabled, closes #414v3.10.0
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r--ftdetect/polyglot.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 7e3dc45f..8352996f 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -1,8 +1,3 @@
-" Enable jsx syntax by default
-if !exists('g:jsx_ext_required')
- let g:jsx_ext_required = 0
-endif
-
" Make csv loading faster
if !exists('g:csv_start')
let g:csv_start = 1