nvim api types
npm install nvim-typesTypes of neovim api generated semi-automatically.
You can write your neovim settings with typescript using TypeScriptToLua.
1. Install this package
```
yarn add -D nvim-typesor
npm install -D nvim-types
2. Modify your tsconfig.json
`json``
{
"compilerOptions": {
"types": ["nvim-types/0.6.0-nightly"]
}
}
This software includes the work that is distributed in the Apache License 2.0.