{
    "version": "0.12.2",
    "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/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/neovim/neovim/releases/download/v0.12.2/nvim-win64.zip",
            "hash": "23fe150edbcc976eabe55092e1e9d2e5e237afde69553d170e936f776b405d53",
            "extract_dir": "nvim-win64"
        },
        "arm64": {
            "url": "https://github.com/neovim/neovim/releases/download/v0.12.2/nvim-win-arm64.zip",
            "hash": "ed3e2844708878221325b6f0fd07bbca06c01700d4c4f72f4a100b026e84dfd2",
            "extract_dir": "nvim-win-arm64"
        }
    },
    "bin": [
        "bin\\nvim.exe",
        "bin\\xxd.exe"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/neovim/neovim/releases/latest",
        "jsonpath": "$.body",
        "regex": "NVIM v(?<majorVersion>[\\w.-]+)\\.(?<minorVersion>[\\w.-]+)\\.(?<patchVersion>[\\w.-]+)",
        "replace": "${majorVersion}.${minorVersion}.${patchVersion}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win64.zip"
            },
            "arm64": {
                "url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win-arm64.zip"
            }
        }
    }
}
