{"id":13493452,"url":"https://github.com/lukas-reineke/cmp-rg","last_synced_at":"2025-05-16T10:06:00.216Z","repository":{"id":43380014,"uuid":"421328147","full_name":"lukas-reineke/cmp-rg","owner":"lukas-reineke","description":"ripgrep source for nvim-cmp","archived":false,"fork":false,"pushed_at":"2024-11-12T02:45:01.000Z","size":41,"stargazers_count":312,"open_issues_count":6,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T04:06:24.670Z","etag":null,"topics":["neovim","neovim-plugin","nvim-cmp","ripgrep","vim","vim-plugin"],"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/lukas-reineke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["lukas-reineke"]}},"created_at":"2021-10-26T07:41:50.000Z","updated_at":"2025-04-07T13:31:46.000Z","dependencies_parsed_at":"2024-11-22T07:02:12.239Z","dependency_job_id":"cc739ca6-da00-4499-9545-2a9c8e408c8e","html_url":"https://github.com/lukas-reineke/cmp-rg","commit_stats":{"total_commits":40,"total_committers":10,"mean_commits":4.0,"dds":"0.32499999999999996","last_synced_commit":"d6cea15ad504369ec98f3de73b9631dfdd23a671"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukas-reineke%2Fcmp-rg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukas-reineke%2Fcmp-rg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukas-reineke%2Fcmp-rg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukas-reineke%2Fcmp-rg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukas-reineke","download_url":"https://codeload.github.com/lukas-reineke/cmp-rg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509477,"owners_count":22082891,"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","vim","vim-plugin"],"created_at":"2024-07-31T19:01:15.350Z","updated_at":"2025-05-16T10:06:00.172Z","avatar_url":"https://github.com/lukas-reineke.png","language":"Lua","funding_links":["https://github.com/sponsors/lukas-reineke"],"categories":["Lua"],"sub_categories":[],"readme":"# cmp-rg\n\n[ripgrep](https://github.com/BurntSushi/ripgrep) source for [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)\n\n## Dependencies\n\nYou need to have [ripgrep](https://github.com/BurntSushi/ripgrep) installed.\n\n## Install\n\nUse your favourite plugin manager to install.\n\n#### Example with Packer\n\n[wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim)\n\n```lua\n-- init.lua\nrequire(\"packer\").startup(function()\n    use \"lukas-reineke/cmp-rg\"\nend)\n```\n\n#### Example with Plug\n\n[junegunn/vim-plug](https://github.com/junegunn/vim-plug)\n\n```vim\n\" init.vim\ncall plug#begin('~/.vim/plugged')\nPlug 'lukas-reineke/cmp-rg'\ncall plug#end()\n```\n\n## Setup\n\nAdd `rg` to your cmp sources\n\n```lua\nrequire(\"cmp\").setup {\n    sources = {\n        {\n            name = \"rg\",\n            -- Try it when you feel cmp performance is poor\n            -- keyword_length = 3\n        },\n    },\n}\n```\n\nFor more options see `:help cmp-rg`\n\n## Screenshot\n\n\u003cimg width=\"900\" src=\"https://user-images.githubusercontent.com/12900252/143555260-8567fb04-eea6-4a73-a1dc-d36d4df8cb64.png\" alt=\"Screenshot\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukas-reineke%2Fcmp-rg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukas-reineke%2Fcmp-rg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukas-reineke%2Fcmp-rg/lists"}