A coc plugin to improve the Swagger/OpenAPI authoring experience in vim
npm install coc-swagger``vim`
:CocInstall coc-swagger
`vim
" when you are editing a Swagger/OpenAPI specification file
:CocCommand swagger.render
" tip: add a (slightly) short command
command -nargs=0 Swagger :CocCommand swagger.render
``