mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.5.0",
 | 
						|
    "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.0/nvim-win64.zip",
 | 
						|
            "hash": "0064bd9f6b270158212ec0a55c1e7255562d4813ad3316592b1f74df041d3c06"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/neovim/neovim/releases/download/v0.5.0/nvim-win32.zip",
 | 
						|
            "hash": "9d0dcdc535ace7500e8395e2d814a415fb9405aedb5cb56382b9f96f98c272e9"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |