This commit is contained in:
2015-01-22 09:07:51 -06:00
parent d073272a86
commit 76253536d1
2 changed files with 9 additions and 5 deletions

View File

@@ -42,3 +42,8 @@ let g:ctrlp_custom_ignore = {
let g:gist_open_browser_after_post = 1
let g:gist_post_private = 1
" }}
" json Formatting {{
nmap <leader>jt <Esc>:%!python -m json.tool<CR><Esc>:set filetype=json<CR>
let g:vim_json_syntax_conceal = 0
" }}