Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 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
```