正在准备搜索索引...
搜索索引不可用
neovim
neovim
NvimPlugin
类 NvimPlugin
索引
构造函数
constructor
属性
always
Init
autocmds
commands
dev
filename
functions
instance
nvim
访问器
should
Cache
Module
specs
方法
handle
Request
register
Autocmd
register
Command
register
Function
set
Options
构造函数
constructor
new
Nvim
Plugin
(
filename
,
plugin
,
nvim
)
:
NvimPlugin
参数
filename
:
string
plugin
:
any
nvim
:
Neovim
返回值
NvimPlugin
属性
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
访问器
should
Cache
Module
get
shouldCacheModule
(
)
:
boolean
返回值
boolean
specs
get
specs
(
)
:
Spec
[]
返回值
Spec
[]
方法
handle
Request
handle
Request
(
name
,
type
,
args
)
:
Promise
<
any
>
参数
name
:
string
type
:
string
args
:
any
[]
返回值
Promise
<
any
>
register
Autocmd
register
Autocmd
(
name
,
fn
,
options
)
:
void
参数
name
:
string
fn
:
Function
options
:
AutocmdOptions
返回值
void
register
Autocmd
(
name
,
fn
,
options
)
:
void
参数
name
:
string
fn
:
[
any
,
Function
]
options
:
AutocmdOptions
返回值
void
register
Command
register
Command
(
name
,
fn
,
options
?
)
:
void
参数
name
:
string
fn
:
Function
可选
options
:
CommandOptions
返回值
void
register
Command
(
name
,
fn
,
options
?
)
:
void
参数
name
:
string
fn
:
[
any
,
Function
]
可选
options
:
CommandOptions
返回值
void
register
Function
register
Function
(
name
,
fn
,
options
?
)
:
void
参数
name
:
string
fn
:
Function
可选
options
:
NvimFunctionOptions
返回值
void
register
Function
(
name
,
fn
,
options
?
)
:
void
参数
name
:
string
fn
:
[
any
,
Function
]
可选
options
:
NvimFunctionOptions
返回值
void
set
Options
set
Options
(
options
)
:
void
参数
options
:
NvimPluginOptions
返回值
void
设置
成员可见性
受保护
继承
外部
主题
操作系统
浅色
深色
本页内容
构造函数
constructor
属性
always
Init
autocmds
commands
dev
filename
functions
instance
nvim
访问器
should
Cache
Module
specs
方法
handle
Request
register
Autocmd
register
Command
register
Function
set
Options
neovim
加载中...