neovim: Update to version 0.7 (#3501)

This commit is contained in:
KOGA Mitsuhiro 2022-04-15 22:30:26 +09:00 committed by GitHub
parent bc73314574
commit 6bdad1c468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{
"version": "0.6.1",
"version": "0.7.0",
"description": "Vim-fork focused on extensibility and usability",
"homepage": "https://neovim.io/",
"license": {
@ -11,11 +11,11 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.6.1/nvim-win64.zip",
"hash": "0c1fa8e95882836baec568ad547fe558241f2b26ff738a28e42fafae8c32bcf4"
"url": "https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-win64.zip",
"hash": "a72a90e2897ea296b777c325a37c981a0b51e2fe0c8b8735e3366b65e958cddc"
}
},
"extract_dir": "Neovim",
"extract_dir": "nvim-win64",
"bin": [
"bin\\nvim.exe",
"bin\\nvim-qt.exe"