vim-polyglot/config.vim

5 lines
99 B
VimL
Raw Normal View History

2016-07-26 13:47:20 +02:00
" Enable jsx syntax by default
if !exists('g:jsx_ext_required')
let g:jsx_ext_required = 0
endif