mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +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