{"id":24812810,"url":"https://github.com/ferretdetective/blink-cmp-omni","last_synced_at":"2025-10-13T15:30:31.659Z","repository":{"id":274592529,"uuid":"923383884","full_name":"FerretDetective/blink-cmp-omni","owner":"FerretDetective","description":"blink.cmp source for Neovim's omni-func completions","archived":false,"fork":false,"pushed_at":"2025-01-28T07:51:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T08:30:27.834Z","etag":null,"topics":["neovim","neovim-plugin","neovim-plugins","nvim","nvim-plugin","nvim-plugins"],"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/FerretDetective.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-01-28T06:17:15.000Z","updated_at":"2025-01-28T07:51:29.000Z","dependencies_parsed_at":"2025-01-28T08:41:19.990Z","dependency_job_id":null,"html_url":"https://github.com/FerretDetective/blink-cmp-omni","commit_stats":null,"previous_names":["ferretdetective/blink-cmp-omni"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerretDetective%2Fblink-cmp-omni","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerretDetective%2Fblink-cmp-omni/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerretDetective%2Fblink-cmp-omni/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerretDetective%2Fblink-cmp-omni/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FerretDetective","download_url":"https://codeload.github.com/FerretDetective/blink-cmp-omni/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236361034,"owners_count":19136760,"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","neovim-plugins","nvim","nvim-plugin","nvim-plugins"],"created_at":"2025-01-30T14:20:07.654Z","updated_at":"2025-10-13T15:30:31.644Z","avatar_url":"https://github.com/FerretDetective.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blink-cmp-omni\n\n\u003e [!WARNING]\n\u003e This plugin is no longer maintained as the feature has been upstreamed in blink.cmp [v0.12.0](https://github.com/Saghen/blink.cmp/releases/tag/v0.12.0).\n\n[blink.cmp](https://github.com/saghen/blink.cmp) source for Neovim's omni-func completions.\n\n## Requirements\n- Neovim 0.10+\n- blink.cmp\n\n## Installation\n\n### Lazy.nvim\n```lua\n{\n    \"saghen/blink.cmp\",\n    dependencies = {\n        \"FerretDetective/blink-cmp-omni\",\n    },\n    ---@module 'blink.cmp'\n    ---@type blink.cmp.Config\n    opts = {\n        sources = {\n            default = { \"lsp\", \"path\", \"snippets\", \"buffer\", \"lazydev\", \"omni\" },\n            providers = {\n                omni = {\n                    name = \"blink-cmp-omni\",\n                    module = \"blink-cmp-omni\",\n                    ---@module \"blink-cmp-omni\"\n                    ---@type blink-cmp-omni.OmniOpts\n                    opts = {\n                        -- Default configuration\n\n                        -- Disable the source on certain omnifuncs\n                        ---@type string[]?\n                        disable_omnifuncs = { \"v:lua.vim.lsp.omnifunc\" },\n\n                        -- Disable the source on certain filetypes\n                        ---@type string[]?\n                        disable_filetypes = {},\n                    },\n                },\n            },\n        },\n    },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferretdetective%2Fblink-cmp-omni","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferretdetective%2Fblink-cmp-omni","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferretdetective%2Fblink-cmp-omni/lists"}