3 lines
78 B
VimL
3 lines
78 B
VimL
|
com! FormatJSON :%!python3 -m json.tool
|
||
|
map <buffer><leader>= :FormatJSON<cr>
|