1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 19:40:29 +01:00

Added simple json reformat

This commit is contained in:
2014-12-05 07:28:56 +01:00
parent f476a42da0
commit 0ad2727e21
2 changed files with 10 additions and 1 deletions

View File

@@ -1,2 +1,5 @@
setlocal foldmethod=syntax
setlocal list
" reformat json struct
map <leader>] <esc>:%!python -m json.tool<cr>