Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
A coc plugin to improve Swagger/OpenAPI spec authoring experience in vim
- Host: GitHub
- URL: https://github.com/haishanh/coc-swagger
- Owner: haishanh
- Created: 2020-05-19T15:59:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T07:18:09.000Z (5 months ago)
- Last Synced: 2024-09-29T02:06:04.143Z (about 2 months ago)
- Topics: api, coc, neovim, openapi, swagger, vim
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```