{"id":13895861,"url":"https://github.com/barklan/cmp-gitlog","last_synced_at":"2026-03-13T21:39:40.431Z","repository":{"id":109932094,"uuid":"495764934","full_name":"barklan/cmp-gitlog","owner":"barklan","description":"Suggest completions based on file history (for nvim-cmp).","archived":false,"fork":false,"pushed_at":"2022-06-06T16:43:42.000Z","size":68,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-07T18:36:32.774Z","etag":null,"topics":["neovim","neovim-plugin","nvim-cmp","ripgrep"],"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/barklan.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-05-24T09:57:48.000Z","updated_at":"2023-09-17T08:39:36.000Z","dependencies_parsed_at":"2023-03-15T00:47:24.555Z","dependency_job_id":null,"html_url":"https://github.com/barklan/cmp-gitlog","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/barklan%2Fcmp-gitlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barklan%2Fcmp-gitlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barklan%2Fcmp-gitlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barklan%2Fcmp-gitlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barklan","download_url":"https://codeload.github.com/barklan/cmp-gitlog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226260601,"owners_count":17596494,"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":["neovim","neovim-plugin","nvim-cmp","ripgrep"],"created_at":"2024-08-06T18:02:32.021Z","updated_at":"2026-03-13T21:39:40.363Z","avatar_url":"https://github.com/barklan.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# cmp-gitlog\n\nSuggest completions based on git file history (`git log -p \u003ccurrent_file\u003e`) for [nvim-cmp](https://github.com/hrsh7th/nvim-cmp).\n**Based on [lukas-reineke/cmp-rg](https://github.com/lukas-reineke/cmp-rg).**\n\n![screenshot](screenshot.png)\n\n## Requirements\n\n- Linux or MacOS\n- [ripgrep](https://github.com/BurntSushi/ripgrep)\n- Neovim 0.7.0+ and [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)\n\n## Installation\n\nExample via [packer](https://github.com/wbthomason/packer.nvim):\n\n```lua\nuse(\"barklan/cmp-gitlog\")\n```\n\n## Setup\n\nAdd `gitlog` to your cmp sources:\n\n```lua\nrequire(\"cmp\").setup({\n    sources = {\n        { name = \"gitlog\", max_item_count = 5 },\n    }\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarklan%2Fcmp-gitlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarklan%2Fcmp-gitlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarklan%2Fcmp-gitlog/lists"}