From acd25ccf95f25ce2d93c92a45c9229531539249d Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 26 Jul 2016 13:50:28 +0200 Subject: Switch to elzr for json syntax, and disable conceal by default --- config.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.vim') diff --git a/config.vim b/config.vim index 5ce9bd83..13d7fd13 100644 --- a/config.vim +++ b/config.vim @@ -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 -- cgit v1.2.3