Class NvimPlugin

Constructors

Properties

alwaysInit: boolean
autocmds: {
    [index: string]: Handler;
}
commands: {
    [index: string]: Handler;
}
dev: boolean
filename: string
functions: {
    [index: string]: Handler;
}
instance: any
nvim: Neovim

Accessors

Methods