UNPKG
neovim
Version:
latest (5.4.0)
5.4.0
5.3.0
5.2.1
5.2.0
5.1.0
5.0.1
4.11.0
4.10.1
4.10.0
4.9.0
4.8.0
4.7.0
4.6.0
4.6.0-alpha.0
4.5.0
4.4.0
4.3.0
4.2.1
4.2.0
4.1.0
4.0.1
4.0.0
4.0.0-alpha.1
3.5.2
3.5.1
3.5.0
3.4.5
3.4.4
3.4.2
3.4.1-0
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
0.1.0
0.0.1
Nvim msgpack API client and remote plugin provider
github.com/neovim/node-client
neovim/node-client
neovim
/
lib
/
plugin
/
autocmd.d.ts
7 lines
(6 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
AutocmdOptions
{
pattern
:
string
;
eval
?:
string
;
sync
?:
boolean
; }
export
declare
function
autocmd
(
name
:
string
,
options
?:
AutocmdOptions
):
(
cls
:
any
,
methodName
:
string
|
null
) =>
any
;