Skip to content

Commit

Permalink
Don't conceal JSON syntax
Browse files Browse the repository at this point in the history
Because hiding characters is a terrible idea. I can't believe the JSON plugin actually does this by default but it does. This is apparently the proper way to disable it. Fixes spf13#375.
  • Loading branch information
chrisnicola committed Jul 7, 2014
1 parent a040dd5 commit 9972cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@

" JSON {
nmap <leader>jt <Esc>:%!python -m json.tool<CR><Esc>:set filetype=json<CR>
let g:vim_json_syntax_conceal = 0
" }

" PyMode {
Expand Down

0 comments on commit 9972cd8

Please sign in to comment.