{"id":26964665,"url":"https://github.com/disrupted/blink-cmp-conventional-commits","last_synced_at":"2025-04-03T06:34:29.236Z","repository":{"id":279154664,"uuid":"935113001","full_name":"disrupted/blink-cmp-conventional-commits","owner":"disrupted","description":"Conventional Commits source for blink.cmp","archived":false,"fork":false,"pushed_at":"2025-02-18T23:30:34.000Z","size":2,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T19:03:22.108Z","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/disrupted.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":"2025-02-18T23:30:24.000Z","updated_at":"2025-03-17T12:34:39.000Z","dependencies_parsed_at":"2025-02-24T04:52:46.857Z","dependency_job_id":"c3238262-b0f9-4808-968b-71172da591c0","html_url":"https://github.com/disrupted/blink-cmp-conventional-commits","commit_stats":null,"previous_names":["disrupted/blink-cmp-conventional-commits"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disrupted%2Fblink-cmp-conventional-commits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disrupted%2Fblink-cmp-conventional-commits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disrupted%2Fblink-cmp-conventional-commits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disrupted%2Fblink-cmp-conventional-commits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disrupted","download_url":"https://codeload.github.com/disrupted/blink-cmp-conventional-commits/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246949803,"owners_count":20859698,"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":[],"created_at":"2025-04-03T06:34:27.841Z","updated_at":"2025-04-03T06:34:29.215Z","avatar_url":"https://github.com/disrupted.png","language":"Lua","funding_links":[],"categories":["Completion"],"sub_categories":["Diagnostics"],"readme":"# blink-cmp-conventional-commits\n\n[Conventional Commits](https://www.conventionalcommits.org) source for [blink.cmp](https://github.com/Saghen/blink.cmp) completion plugin.\n\nIt provides the different types of conventional commits when writing a new Git commit message. Mainly because I am just starting to adopt conventional commits and can never remember the commonly used types.\n\n![screenshot showing completion in gitcommit buffer](https://github.com/user-attachments/assets/af851953-acf5-4744-9f2c-340add739ba7)\n\n## Installation\n\nexample using [Lazy](https://github.com/folke/lazy.nvim) plugin manager\n\n```lua\n{\n    'saghen/blink.cmp',\n    dependencies = {\n        { 'disrupted/blink-cmp-conventional-commits' },\n    },\n    opts = {\n        sources = {\n            default = {\n                'conventional_commits', -- add it to the list\n                'lsp',\n                'buffer',\n                'path',\n            },\n            providers = {\n                conventional_commits = {\n                    name = 'Conventional Commits',\n                    module = 'blink-cmp-conventional-commits',\n                    enabled = function()\n                        return vim.bo.filetype == 'gitcommit'\n                    end,\n                    ---@module 'blink-cmp-conventional-commits'\n                    ---@type blink-cmp-conventional-commits.Options\n                    opts = {}, -- none so far\n                },\n            },\n        },\n    },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisrupted%2Fblink-cmp-conventional-commits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisrupted%2Fblink-cmp-conventional-commits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisrupted%2Fblink-cmp-conventional-commits/lists"}