summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-09-06 14:25:42 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2019-09-06 14:25:42 +0200
commit66b769328c4511b2273f01c70de971c41f6964dd (patch)
tree1fe435868038a674e2e6524617efa8b963b965db /ftdetect
parentae18284e5af128e1fca0b42f284b558dd7dce73d (diff)
downloadvim-polyglot-66b769328c4511b2273f01c70de971c41f6964dd.tar.gz
vim-polyglot-66b769328c4511b2273f01c70de971c41f6964dd.zip
Update
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 8352996f..7e3dc45f 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -1,3 +1,8 @@
+" 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