Disable jsx when ts or js is disabled, closes #414

This commit is contained in:
Adam Stankiewicz
2019-09-04 17:39:23 +02:00
parent e3024f21fc
commit ae18284e5a
15 changed files with 20 additions and 179 deletions

View File

@@ -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