An open API service indexing awesome lists of open source software.

https://github.com/haishanh/coc-swagger

A coc plugin to improve Swagger/OpenAPI spec authoring experience in vim
https://github.com/haishanh/coc-swagger

api coc neovim openapi swagger vim

Last synced: 8 months ago
JSON representation

A coc plugin to improve Swagger/OpenAPI spec authoring experience in vim

Awesome Lists containing this project

README

          

## Install

```vim
:CocInstall coc-swagger
```

## Usage

```vim
" when you are editing a Swagger/OpenAPI specification file
:CocCommand swagger.render

" tips: add a (slightly) short command
command -nargs=0 Swagger :CocCommand swagger.render
```