Skip to content

nazo6/nvim-types

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks