mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
Neovim: Add nightly version. (#50)
Add a new neovim-nightly.json to allow users to install the nightly builds of neovim, instead of just the stable/release builds.
This commit is contained in:
parent
2efceddc88
commit
ad59c0128c
30
bucket/neovim-nightly.json
Normal file
30
bucket/neovim-nightly.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://neovim.io/",
|
||||||
|
"description": "Run the latest master biuld of neovim",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"vcredist": "extras/vcredist2015"
|
||||||
|
},
|
||||||
|
"bin": [
|
||||||
|
"Neovim\\bin\\nvim.exe",
|
||||||
|
"Neovim\\bin\\nvim-qt.exe"
|
||||||
|
],
|
||||||
|
"shortcuts": [
|
||||||
|
[
|
||||||
|
"Neovim\\bin\\nvim-qt.exe",
|
||||||
|
"Neovim"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user