Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nazo6/nvim-types
https://github.com/nazo6/nvim-types
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nazo6/nvim-types
- Owner: nazo6
- Created: 2021-03-27T18:12:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T01:52:09.000Z (about 3 years ago)
- Last Synced: 2024-04-24T19:12:28.104Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim-types
Types of neovim api generated semi-automatically.
You can write your [neovim](https://github.com/neovim/neovim) settings with typescript using [TypeScriptToLua](https://typescripttolua.github.io).
## Install
1. Install this package
```
yarn add -D nvim-types
# or
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.