vim json格式化的工具

56 阅读1分钟
# 安装工具
brew install jq

# 加上自定义命令
vim ~/.vimrc
# 添加以下内容
" 自定义命令,需要大写字母开头
command! JJ %!jq .