{"id":21206674,"url":"https://github.com/oncomouse/lazygit.nvim","last_synced_at":"2026-04-27T17:32:08.483Z","repository":{"id":149628215,"uuid":"599268270","full_name":"oncomouse/lazygit.nvim","owner":"oncomouse","description":"Really simple lazygit integration for Neovim","archived":false,"fork":false,"pushed_at":"2023-02-09T18:02:42.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T20:21:05.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oncomouse.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-08T19:48:16.000Z","updated_at":"2025-03-25T21:32:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"6898bc80-5059-468e-bd27-1eaeb0a162e0","html_url":"https://github.com/oncomouse/lazygit.nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oncomouse/lazygit.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Flazygit.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Flazygit.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Flazygit.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Flazygit.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oncomouse","download_url":"https://codeload.github.com/oncomouse/lazygit.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Flazygit.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-20T20:56:29.177Z","updated_at":"2026-04-27T17:32:08.461Z","avatar_url":"https://github.com/oncomouse.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"This plugin for [Neovim](https://github.com/neovim/neovim) opens [lazygit](https://github.com/jesseduffield/lazygit) in a new tab. Press `q` in that tab will close lazygit.\n\nI use this in place of any more vim-y git integrations.\n\nYou can trigger it as a command, via `:LazyGit` or by binding to the `\u003cPlug\u003e` binding, `\u003cPlug\u003e(lazygit.nvim)`, like so:\n\n```\nvim.keymap.set(\"n\", \"\u003cleader\u003elg\", \"\u003cPlug\u003e(lazygit.nvim)\")\n```\n## Installation\n\nWith [lazy.nvim](https://github.com/folke/lazy.nvim):\n\n~~~\n{\n    \"oncomouse/lazygit.nvim\",\n    cmd = \"LazyGit\",\n    keys = { \"\u003cPlug\u003e(lazygit.nvim)\" },\n}\n~~~\n\nWith [packer.nvim](https://github.com/wbthomason/packer.nvim):\n\n~~~\nuse({\n    \"oncomouse/lazygit.nvim\",\n    cmd = \"LazyGit\",\n    keys = { \"\u003cPlug\u003e(lazygit.nvim)\" },\n})\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foncomouse%2Flazygit.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foncomouse%2Flazygit.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foncomouse%2Flazygit.nvim/lists"}