Skip to content

Commit

Permalink
Merge pull request #637 from chrisnicola/patch-3
Browse files Browse the repository at this point in the history
Don't conceal JSON syntax by default
  • Loading branch information
Johnny Robeson committed Jul 7, 2014
2 parents a040dd5 + 9972cd8 commit 4c5bf0d
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 4c5bf0d

Please sign in to comment.