-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathneovim-dev.json
44 lines (44 loc) · 1.36 KB
/
neovim-dev.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
{
"version": "nightly",
"license": {
"identifier": "Apache-2.0,MIT,Vim,Freeware(Node.js)",
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip",
"hash": "2e8fa4f4324b5449334f8b97268e2801330c19f9c09c57922e2a3e171d03fad8"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip",
"hash": "73ac0758e71cf33f8e8231fa221f17499a778771451bf426ab046b19ae888753"
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
},
"homepage": "https://neovim.io/",
"bin": [
"Neovim\\bin\\nvim.exe",
"Neovim\\bin\\nvim-qt.exe"
],
"shortcuts": [
[
"Neovim\\bin\\nvim-qt.exe",
"Neovim"
]
],
"checkver": {
"github": "https://github.com/neovim/neovim"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip"
}
}
}
}