{ "version": "0.6.0-dev-402-g655e489e9", "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": "27730b8f86bf2d1d2bf3448e08c4dd338d2b930fa5dbb8bb21891fb472c402b8" }, "32bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip", "hash": "f9d4100f96e3453bc101a65b735c0c1de5f6753d7e991fc2ef898b026dc93d7b" } }, "extract_dir": "Neovim", "bin": [ "bin\\nvim.exe", "bin\\nvim-qt.exe" ], "shortcuts": [ [ "bin\\nvim-qt.exe", "Neovim" ] ], "checkver": { "url": "https://api.github.com/repos/neovim/neovim/releases", "regex": "NVIM v([\\w.-]+)\\+([\\w.-]+)", "replace": "${1}-${2}" }, "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" } } } }