dotfiles/vim/ftplugin/json.vim

3 lines
78 B
VimL

com! FormatJSON :%!python3 -m json.tool
map <buffer><leader>= :FormatJSON<cr>