{"id":18151996,"url":"https://github.com/joseph-pq/committer.nvim","last_synced_at":"2026-01-27T01:33:47.946Z","repository":{"id":258279971,"uuid":"871755767","full_name":"joseph-pq/committer.nvim","owner":"joseph-pq","description":"A neovim plugin for developers working with multiple git commit standards","archived":false,"fork":false,"pushed_at":"2024-10-17T12:16:44.000Z","size":548,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T09:49:14.736Z","etag":null,"topics":["git","gitmoji","neovim","neovim-plugin","telescope"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/joseph-pq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-10-12T21:02:09.000Z","updated_at":"2024-10-22T23:50:53.000Z","dependencies_parsed_at":"2024-10-19T12:25:24.047Z","dependency_job_id":null,"html_url":"https://github.com/joseph-pq/committer.nvim","commit_stats":null,"previous_names":["joseph-pq/committer.nvim"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/joseph-pq/committer.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseph-pq%2Fcommitter.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseph-pq%2Fcommitter.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseph-pq%2Fcommitter.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseph-pq%2Fcommitter.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joseph-pq","download_url":"https://codeload.github.com/joseph-pq/committer.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseph-pq%2Fcommitter.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28795468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"ssl_error","status_checked_at":"2026-01-27T01:07:06.974Z","response_time":59,"last_error":"SSL_read: 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":["git","gitmoji","neovim","neovim-plugin","telescope"],"created_at":"2024-11-02T02:05:15.267Z","updated_at":"2026-01-27T01:33:47.915Z","avatar_url":"https://github.com/joseph-pq.png","language":"Lua","readme":"# Committer\n\nIf you are a developer working in multiple projects, you probably use\na different commit standard per project ([conventional](https://www.conventionalcommits.org/en/v1.0.0/) or [gitmoji](https://gitmoji.dev/)).\nThis plugin allows you to set a commit standard per project and then just\nuse `\u003cleader\u003em` to choose a commit prefix without worrying about the standard.\nThis project is based on [telescope-gitmoji.nvim](https://github.com/olacin/telescope-gitmoji.nvim) and [telescope-cc.nvim](https://github.com/olacin/telescope-cc.nvim).\n\n![demo](./docs/example.gif)\n\n\n## Getting Started\n\nInstall with lazy.nvim:\n\n```lua\n{\n    'JosephPenaQuino/committer.nvim',\n    config = function()\n        require(\"committer\").setup()\n    end,\n    dependencies = {\n        'nvim-telescope/telescope.nvim',\n        'olacin/telescope-gitmoji.nvim',\n        'olacin/telescope-cc.nvim',\n        'nvim-lua/plenary.nvim',\n    },\n}\n```\n\n## Usage\n\n\nOpen your git project and run:\n\n```vim\n:SetCommitType\n```\n\nThen, write `conventional` or `gitmoji`.\n\nAfter that, when writing a commit message, use `\u003cleader\u003em` to choose a commit\nprefix.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoseph-pq%2Fcommitter.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoseph-pq%2Fcommitter.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoseph-pq%2Fcommitter.nvim/lists"}