This commit is contained in:
2015-01-22 09:07:51 -06:00
parent 617b517a3b
commit 1fbdc3052e
6 changed files with 37 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
" }}