summaryrefslogtreecommitdiffstats
path: root/config.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-07-26 13:50:28 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-07-26 13:52:30 +0200
commitacd25ccf95f25ce2d93c92a45c9229531539249d (patch)
tree074d27c8f77c40c4f91c7fdc8db6ad9b0e91e4f1 /config.vim
parent7dd62806a06af3cf2410cd8a4f83205269f279de (diff)
downloadvim-polyglot-acd25ccf95f25ce2d93c92a45c9229531539249d.tar.gz
vim-polyglot-acd25ccf95f25ce2d93c92a45c9229531539249d.zip
Switch to elzr for json syntax, and disable conceal by default
Diffstat (limited to 'config.vim')
-rw-r--r--config.vim5
1 files changed, 5 insertions, 0 deletions
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