codeformater.vim

至今最好用的vim代码格式化插件,支持:

  • html
  • json

依赖

安装

手动或使用vim插件管理器

使用(已配置)

noremap <Leader>hf :call HtmlCodeFormat()<CR><Esc>:set filetype=html<CR>

noremap <Leader>jf <Esc>:%!python -m json.tool<CR><Esc>:set filetype=json<CR>