From 66b769328c4511b2273f01c70de971c41f6964dd Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 6 Sep 2019 14:25:42 +0200 Subject: Update --- ftdetect/polyglot.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ftdetect') 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 -- cgit v1.2.3