Preparing search index...
The search index is not available
neovim
neovim
NvimPlugin
Class NvimPlugin
Index
Constructors
constructor
Properties
always
Init
autocmds
commands
dev
filename
functions
instance
nvim
Accessors
should
Cache
Module
specs
Methods
handle
Request
register
Autocmd
register
Command
register
Function
set
Options
Constructors
constructor
new
Nvim
Plugin
(
filename
,
plugin
,
nvim
)
:
NvimPlugin
Parameters
filename
:
string
plugin
:
any
nvim
:
Neovim
Returns
NvimPlugin
Properties
always
Init
always
Init
:
boolean
autocmds
autocmds
:
{
[
index
:
string
]
:
Handler
;
}
commands
commands
:
{
[
index
:
string
]
:
Handler
;
}
dev
dev
:
boolean
filename
filename
:
string
functions
functions
:
{
[
index
:
string
]
:
Handler
;
}
instance
instance
:
any
nvim
nvim
:
Neovim
Accessors
should
Cache
Module
get
shouldCacheModule
(
)
:
boolean
Returns
boolean
specs
get
specs
(
)
:
Spec
[]
Returns
Spec
[]
Methods
handle
Request
handle
Request
(
name
,
type
,
args
)
:
Promise
<
any
>
Parameters
name
:
string
type
:
string
args
:
any
[]
Returns
Promise
<
any
>
register
Autocmd
register
Autocmd
(
name
,
fn
,
options
)
:
void
Parameters
name
:
string
fn
:
Function
options
:
AutocmdOptions
Returns
void
register
Autocmd
(
name
,
fn
,
options
)
:
void
Parameters
name
:
string
fn
:
[
any
,
Function
]
options
:
AutocmdOptions
Returns
void
register
Command
register
Command
(
name
,
fn
,
options
?
)
:
void
Parameters
name
:
string
fn
:
Function
Optional
options
:
CommandOptions
Returns
void
register
Command
(
name
,
fn
,
options
?
)
:
void
Parameters
name
:
string
fn
:
[
any
,
Function
]
Optional
options
:
CommandOptions
Returns
void
register
Function
register
Function
(
name
,
fn
,
options
?
)
:
void
Parameters
name
:
string
fn
:
Function
Optional
options
:
NvimFunctionOptions
Returns
void
register
Function
(
name
,
fn
,
options
?
)
:
void
Parameters
name
:
string
fn
:
[
any
,
Function
]
Optional
options
:
NvimFunctionOptions
Returns
void
set
Options
set
Options
(
options
)
:
void
Parameters
options
:
NvimPluginOptions
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
always
Init
autocmds
commands
dev
filename
functions
instance
nvim
Accessors
should
Cache
Module
specs
Methods
handle
Request
register
Autocmd
register
Command
register
Function
set
Options
neovim
Loading...