{"id":13895848,"url":"https://github.com/KadoBOT/cmp-plugins","last_synced_at":"2025-07-17T11:32:20.169Z","repository":{"id":37382652,"uuid":"504405685","full_name":"KadoBOT/cmp-plugins","owner":"KadoBOT","description":"nvim-cmp source for Neovim plugins","archived":false,"fork":false,"pushed_at":"2022-10-03T07:37:19.000Z","size":1152,"stargazers_count":64,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-02T19:23:17.880Z","etag":null,"topics":["neovim","neovim-plugin","nvim","nvim-cmp","nvim-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/KadoBOT.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}},"created_at":"2022-06-17T05:30:50.000Z","updated_at":"2025-03-31T23:43:27.000Z","dependencies_parsed_at":"2023-01-19T02:45:47.786Z","dependency_job_id":null,"html_url":"https://github.com/KadoBOT/cmp-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KadoBOT/cmp-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KadoBOT%2Fcmp-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KadoBOT%2Fcmp-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KadoBOT%2Fcmp-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KadoBOT%2Fcmp-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KadoBOT","download_url":"https://codeload.github.com/KadoBOT/cmp-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KadoBOT%2Fcmp-plugins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264851396,"owners_count":23673235,"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","nvim-cmp","nvim-plugin"],"created_at":"2024-08-06T18:02:31.368Z","updated_at":"2025-07-17T11:32:20.145Z","avatar_url":"https://github.com/KadoBOT.png","language":"Lua","readme":"# cmp-plugins\nnvim-cmp source for Neovim plugins.\n\n\nhttps://user-images.githubusercontent.com/11719845/174234402-90e120e7-a75e-46f3-8a32-afb8e1001c7e.mov\n\n\n## Setup\n### Instalation\n\nBy default, the source will be available on all lua files. It's suggested that you change it to the filenames (or path) where you install\nyour Neovim plugins (regular expressions also work).\n\n```lua\nuse({\n  \"hrsh7th/nvim-cmp\",\n  requires = {\n    {\n      \"KadoBOT/cmp-plugins\",\n      config = function()\n        require(\"cmp-plugins\").setup({\n          files = { \".*\\\\.lua\" }  -- default\n          -- files = { \"plugins.lua\", \"some_path/plugins/\" } -- Recommended: use static filenames or partial paths\n        })\n      end,\n    },\n  }\n})\n```\n\n### Configuration\n```lua\nrequire('cmp').setup({\n  sources = {\n    { name = 'plugins' },\n  },\n})\n```\n","funding_links":[],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKadoBOT%2Fcmp-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKadoBOT%2Fcmp-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKadoBOT%2Fcmp-plugins/lists"}