UNPKG
@chemzqm/neovim
Version:
latest (6.3.6)
6.3.6
6.3.5
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.3
6.2.2
6.2.1
6.2.0
6.1.11
6.1.10
6.1.9
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.1
6.0.0
5.9.5
5.9.4
5.9.3
5.9.2
5.9.1
5.9.0
5.8.10
5.8.9
5.8.8
5.8.7
5.8.6
5.8.5
5.8.4
5.8.3
5.8.2
5.8.1
5.8.0
5.7.10
5.7.9
5.7.8
5.7.7
5.7.6
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
5.7.0
5.6.10
5.6.9
5.6.8
5.6.7
5.6.6
5.6.5
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.2
5.5.1
5.5.0
5.4.0
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.16
5.2.15
5.2.14
5.2.13
5.2.12
5.2.11
5.2.10
5.2.9
5.2.8
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.10
5.1.9
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.4.1
4.4.0
4.3.59
4.3.58
4.3.57
4.3.56
4.3.55
4.3.54
4.3.53
4.3.52
4.3.51
4.3.50
4.3.49
4.3.48
4.3.47
4.3.46
4.3.45
4.3.44
4.3.43
4.3.42
4.3.41
4.3.40
4.3.39
4.3.38
4.3.37
4.3.36
4.3.35
4.3.34
4.3.33
4.3.32
4.3.31
4.3.30
4.3.29
4.3.28
4.3.27
4.3.26
4.3.25
4.3.24
4.3.23
4.3.22
4.3.21
4.3.20
4.3.19
4.3.17
4.3.16
4.3.15
4.3.14
4.3.13
4.3.12
4.3.11
4.3.10
4.3.9
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
3.5.2
NodeJS client API for vim9 and neovim
github.com/chemzqm/node-client
chemzqm/node-client
@chemzqm/neovim
/
lib
/
__tests__
/
helper.d.ts
5 lines
(4 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
import
{
Neovim
}
from
'../api'
;
export
declare
function
setupVim
(
):
Promise
<
Neovim
>;
export
declare
function
shutdown
(
):
Promise
<
void
>;
export
declare
function
wait
(
ms
:
number
):
Promise
<
void
>;