Class NvimPlugin

Constructors

Properties

alwaysInit: boolean
autocmds: {
    [index: string]: Handler;
}

Type declaration

  • [index: string]: Handler
commands: {
    [index: string]: Handler;
}

Type declaration

  • [index: string]: Handler
dev: boolean
filename: string
functions: {
    [index: string]: Handler;
}

Type declaration

  • [index: string]: Handler
instance: any
nvim: Neovim

Accessors

Methods

Generated using TypeDoc