{
    "version": "1.3.0",
    "description": "Lunarvim is a community-driven framework for neovim, written in lua. It is a full-featured IDE, with a focus on simplicity and ease of use.",
    "homepage": "https://www.lunarvim.org/",
    "license": "GPL-3.0-only",
    "url": [
        "https://raw.githubusercontent.com/LunarVim/LunarVim/master/utils/installer/install.ps1",
        "https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/uninstall.ps1",
        "https://raw.githubusercontent.com/LunarVim/LunarVim/master/utils/bin/lvim.ps1"
    ],
    "hash": [
        "fc6f0ebc6104cd085c58e35ce737a367afcda2e10080a506212762eae5294d52",
        "90799fcdc9dd2ca8959281fabeed2683562a9df59943fbec63405266ebde8f0e",
        "1a04e5c7981598105d26f6340d9c6f80c2486515842a797e3918151861e713a1"
    ],
    "bin": [
        [
            "install.ps1",
            "lvim_install"
        ],
        [
            "bin\\lvim.ps1",
            "lvim"
        ]
    ],
    "env_set": {
        "LUNARVIM_RUNTIME_DIR": "$dir\\lunarvim",
        "LUNARVIM_CONFIG_DIR": "$dir\\config",
        "LUNARVIM_CACHE_DIR": "$dir\\cache",
        "LUNARVIM_BASE_DIR": "$dir\\lunarvim\\lvim"
    },
    "persist": [
        "config",
        "cache"
    ],
    "installer": {
        "script": [
            "Write-Host \"Installing LunarVim...\" -ForegroundColor Green",
            "If (!(Test-Path \"$dir\\bin\")) { New-Item \"$dir\\bin\" -ItemType Directory | Out-Null }",
            "Move-Item \"$dir\\lvim.ps1\" \"$dir\\bin\\lvim.ps1\" -Force | Out-Null"
        ]
    },
    "notes": "To finish installing it, run `lvim_install`. To run it, `lvim`.",
    "uninstaller": {
        "script": "Invoke-Expression -Command \"& '$dir\\uninstall.ps1'\""
    }
}
