Enable jsx by default

This commit is contained in:
Adam Stankiewicz
2016-07-26 13:47:20 +02:00
parent 6a823fb3af
commit 7dd62806a0
3 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
" Enable jsx syntax by default
if !exists('g:jsx_ext_required')
let g:jsx_ext_required = 0
endif
" ftdetect/ansible.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1