{"id":13493409,"url":"https://github.com/davidsierradz/cmp-conventionalcommits","last_synced_at":"2025-03-28T11:32:42.120Z","repository":{"id":118343229,"uuid":"422017438","full_name":"davidsierradz/cmp-conventionalcommits","owner":"davidsierradz","description":"(WIP) nvim-cmp source for autocompleting git commits with conventional commits types and lerna packages as scope","archived":false,"fork":false,"pushed_at":"2024-07-30T22:42:38.000Z","size":6,"stargazers_count":77,"open_issues_count":3,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T11:46:42.989Z","etag":null,"topics":["commitlint","conventional-commits","lernajs","lua","neovim","neovim-plugin","nvim-cmp"],"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/davidsierradz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-10-28T00:46:11.000Z","updated_at":"2025-03-08T08:10:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"aeb64f36-0313-4ea4-8c7e-3a0ac344799b","html_url":"https://github.com/davidsierradz/cmp-conventionalcommits","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidsierradz%2Fcmp-conventionalcommits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidsierradz%2Fcmp-conventionalcommits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidsierradz%2Fcmp-conventionalcommits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidsierradz%2Fcmp-conventionalcommits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidsierradz","download_url":"https://codeload.github.com/davidsierradz/cmp-conventionalcommits/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246021404,"owners_count":20710932,"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":["commitlint","conventional-commits","lernajs","lua","neovim","neovim-plugin","nvim-cmp"],"created_at":"2024-07-31T19:01:14.900Z","updated_at":"2025-03-28T11:32:41.863Z","avatar_url":"https://github.com/davidsierradz.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# cmp-conventionalcommits\n\n**Alpha — Work in progress**\n\n[Conventional Commits](https://www.conventionalcommits.org) source for [`nvim-cmp`](https://github.com/hrsh7th/nvim-cmp).\n\nReads your configured scopes from [commitlint](https://commitlint.js.org/#/):\n\n![example_1](https://user-images.githubusercontent.com/9190258/139169092-a44587c8-725c-4296-b2bf-24fb6dbc381a.png)\n\nIf you have [Lerna](https://lerna.js.org/), completes your local packages in the scope:\n\n![example_2](https://user-images.githubusercontent.com/9190258/139169114-d6832cab-a123-4a96-a92f-6b84e11f028b.png)\n\n## Setup\n\nSetup in `after/ftplugin/gitcommit.lua`\n\n```lua\nrequire'cmp'.setup.buffer {\n  sources = require'cmp'.config.sources(\n    {{ name = 'conventionalcommits' }},\n    {{ name = 'buffer' }}\n  ),\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidsierradz%2Fcmp-conventionalcommits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidsierradz%2Fcmp-conventionalcommits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidsierradz%2Fcmp-conventionalcommits/lists"}