Skip to content

Commit

Permalink
let g:vim_json_syntax_conceal = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
PegasusWang committed Nov 11, 2020
1 parent 72e8185 commit 7aee16d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/plugins/all.vim
Original file line number Diff line number Diff line change
Expand Up @@ -531,4 +531,8 @@ if dein#tap('fzf.vim')
nnoremap <silent> <c-p> :Files <CR>
endif

if dein#tap('vim-json')
let g:vim_json_syntax_conceal = 0
endif

" vim: set ts=2 sw=2 tw=80 noet :

0 comments on commit 7aee16d

Please sign in to comment.