Switch to elzr for json syntax, and disable conceal by default

This commit is contained in:
Adam Stankiewicz
2016-07-26 13:50:28 +02:00
parent 7dd62806a0
commit acd25ccf95
7 changed files with 117 additions and 38 deletions

View File

@@ -2,3 +2,8 @@
if !exists('g:jsx_ext_required')
let g:jsx_ext_required = 0
endif
" Disable json concealing by default
if !exists('g:vim_json_syntax_conceal')
let g:vim_json_syntax_conceal = 0
endif