2021-09-27 01:17:58 -07:00

47 lines
1.4 KiB
JSON

{
"version": "0.5.1",
"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/v0.5.1/nvim-win64.zip",
"hash": "0e0dd552a1f28b222b10c07fb94787548cf443b0db6845cf683857e2e13724d2"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-win32.zip",
"hash": "d098236b443f487ac82be522e50c4259ee2043370943404db3ab38e06d6d39fa"
}
},
"extract_dir": "Neovim",
"bin": [
"bin\\nvim.exe",
"bin\\nvim-qt.exe"
],
"shortcuts": [
[
"bin\\nvim-qt.exe",
"Neovim"
]
],
"checkver": {
"github": "https://github.com/neovim/neovim"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win64.zip"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win32.zip"
}
}
}
}