{"id":13897731,"url":"https://github.com/MunifTanjim/setup-neovim-action","last_synced_at":"2025-07-17T14:32:40.633Z","repository":{"id":45635793,"uuid":"434604568","full_name":"MunifTanjim/setup-neovim-action","owner":"MunifTanjim","description":"🚀 Setup Neovim on Github Actions.","archived":false,"fork":false,"pushed_at":"2022-07-18T15:11:25.000Z","size":6,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-11T05:06:09.995Z","etag":null,"topics":["gitub-actions","neovim"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-neovim","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MunifTanjim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-03T13:23:17.000Z","updated_at":"2025-03-25T11:39:00.000Z","dependencies_parsed_at":"2023-01-04T12:27:23.595Z","dependency_job_id":null,"html_url":"https://github.com/MunifTanjim/setup-neovim-action","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"5595675b7a0187e70489af966a26c43179d8ea5d"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/MunifTanjim/setup-neovim-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Fsetup-neovim-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Fsetup-neovim-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Fsetup-neovim-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Fsetup-neovim-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MunifTanjim","download_url":"https://codeload.github.com/MunifTanjim/setup-neovim-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Fsetup-neovim-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265616851,"owners_count":23798908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitub-actions","neovim"],"created_at":"2024-08-06T18:03:50.427Z","updated_at":"2025-07-17T14:32:40.389Z","avatar_url":"https://github.com/MunifTanjim.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Setup Neovim - GitHub Action\n\nSetup Neovim on Github Actions.\n\n## Usage\n\nSee [action.yml](./action.yml)\n\n**Basic (stable release):**\n\n```yml\nsteps:\n  - uses: actions/checkout@v2\n  - uses: MunifTanjim/setup-neovim-action@v1\n  - run: |\n      nvim --version\n```\n\n**Specific Tag:**\n\n```yml\nsteps:\n  - uses: actions/checkout@v2\n  - uses: MunifTanjim/setup-neovim-action@v1\n    with:\n      tag: nightly\n  - run: |\n      nvim --version\n```\n\nFor list of available tags, check: https://github.com/neovim/neovim/tags\n\n**Compile from Source:**\n\n```yml\nsteps:\n  - uses: actions/checkout@v2\n  - uses: MunifTanjim/setup-neovim-action@v1\n    with:\n      tag: source\n  - run: |\n      nvim --version\n```\n\n## License\n\nLicensed under the MIT License. Check the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMunifTanjim%2Fsetup-neovim-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMunifTanjim%2Fsetup-neovim-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMunifTanjim%2Fsetup-neovim-action/lists"}