0.1.5 • Published 3 years ago

nvim-types v0.1.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

nvim-types

Types of neovim api generated semi-automatically.

You can write your neovim settings with typescript using TypeScriptToLua.

Install

  1. Install this package
yarn add -D nvim-types
# or
npm install -D nvim-types
  1. Modify your tsconfig.json
{
  "compilerOptions": {
    "types": ["nvim-types/0.6.0-nightly"]
  }
}

This software includes the work that is distributed in the Apache License 2.0.

0.1.4

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago