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

https://github.com/hrsh7th/deno-nvim-types

The Nvim API type definition for TypeScript.
https://github.com/hrsh7th/deno-nvim-types

Last synced: 3 months ago
JSON representation

The Nvim API type definition for TypeScript.

Awesome Lists containing this project

README

          

# nvim-types

Generated TypeScript type definition from `nvim --api-info`

# Usage

```ts
import type { Nvim } from '/path/to/this/module/mod.ts';
```

# Generate

```
nvim --api-info | deno run ./bin/convert.ts > ./nvim.ts && deno lint --unstable ./nvim.ts
```