mirror of
https://github.com/gryf/.vim.git
synced 2026-02-01 07:05:48 +01:00
Added simple json reformat
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
setlocal foldmethod=syntax
|
||||
setlocal list
|
||||
|
||||
" reformat json struct
|
||||
map <leader>] <esc>:%!python -m json.tool<cr>
|
||||
|
||||
Reference in New Issue
Block a user