{"id":13896107,"url":"https://github.com/hrsh7th/cmp-omni","last_synced_at":"2025-05-05T15:55:03.018Z","repository":{"id":39971042,"uuid":"411117053","full_name":"hrsh7th/cmp-omni","owner":"hrsh7th","description":"nvim-cmp source for omnifunc","archived":false,"fork":false,"pushed_at":"2023-09-24T10:26:06.000Z","size":7,"stargazers_count":51,"open_issues_count":7,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-19T10:27:34.832Z","etag":null,"topics":["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/hrsh7th.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,"publiccode":null,"codemeta":null}},"created_at":"2021-09-28T02:56:44.000Z","updated_at":"2025-02-09T08:20:13.000Z","dependencies_parsed_at":"2022-09-19T01:01:33.907Z","dependency_job_id":"575cb412-19d2-4d2e-b893-52f92f77ab5a","html_url":"https://github.com/hrsh7th/cmp-omni","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/hrsh7th%2Fcmp-omni","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrsh7th%2Fcmp-omni/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrsh7th%2Fcmp-omni/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrsh7th%2Fcmp-omni/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrsh7th","download_url":"https://codeload.github.com/hrsh7th/cmp-omni/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252527776,"owners_count":21762761,"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":["nvim-cmp"],"created_at":"2024-08-06T18:02:39.849Z","updated_at":"2025-05-05T15:55:02.986Z","avatar_url":"https://github.com/hrsh7th.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# cmp-omni\n\nnvim-cmp source for omnifunc.\n\n# Setup\n\n```lua\nrequire'cmp'.setup {\n  sources = {\n    {\n      name = 'omni',\n      option = {\n        disable_omnifuncs = { 'v:lua.vim.lsp.omnifunc' }\n      }\n    }\n  }\n}\n```\n\n# Option\n\n### disable_omnifuncs: string[]\ndefault: `{ 'v:lua.vim.lsp.omnifunc' }`\n\nThe list of omnifunc names that should be disabled.\n\n\n# Warning\n\nIf omnifunc is slow, your neovim will be slow down too.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrsh7th%2Fcmp-omni","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrsh7th%2Fcmp-omni","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrsh7th%2Fcmp-omni/lists"}