generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
neovim-nightly.json
57 lines (57 loc) · 1.43 KB
/
neovim-nightly.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"version": "0.8.0-dev-1202-g33dd917d7",
"description": "Vim fork focused on extensibility and usability",
"homepage": "https://neovim.io/",
"license": {
"identifier": "Apache-2.0,Vim",
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
},
"suggest": {
"vcredist": "extras/vcredist2015"
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip",
"hash": "064d0b1d48f9df613e854f03b9b4103b476b2e0c180a9cc84481957c2e8feea1"
}
},
"extract_dir": "nvim-win64",
"bin": [
[
"bin\\nvim.exe",
"nvim"
],
[
"bin\\nvim.exe",
"vim"
],
[
"bin\\nvim.exe",
"vi"
],
[
"bin\\nvim-qt.exe",
"nvim-qt.exe"
]
],
"shortcuts": [
[
"bin\\nvim-qt.exe",
"Neovim"
]
],
"checkver": {
"url": "https://api.github.com/repos/neovim/neovim/releases/tags/nightly",
"regex": "NVIM v([\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip",
"hash": {
"url": "$url.sha256sum"
}
}
}
}
}