至今最好用的vim代码格式化插件,支持:
- html
- json
- python3
- http://tool.oschina.net
手动或使用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>
至今最好用的vim代码格式化插件,支持:
手动或使用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>