{"id":13600424,"url":"https://github.com/uga-rosa/cmp-dictionary","last_synced_at":"2025-04-07T07:08:17.946Z","repository":{"id":41120154,"uuid":"410488850","full_name":"uga-rosa/cmp-dictionary","owner":"uga-rosa","description":"A dictionary completion source for nvim-cmp","archived":false,"fork":false,"pushed_at":"2025-03-27T12:16:22.000Z","size":197,"stargazers_count":272,"open_issues_count":2,"forks_count":17,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T05:05:34.039Z","etag":null,"topics":["lua","neovim-plugin","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/uga-rosa.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-26T08:01:17.000Z","updated_at":"2025-03-29T16:59:07.000Z","dependencies_parsed_at":"2024-01-28T14:05:05.088Z","dependency_job_id":"92c7d51e-053e-45b5-b96b-e6ad5d4b5e6a","html_url":"https://github.com/uga-rosa/cmp-dictionary","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uga-rosa%2Fcmp-dictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uga-rosa%2Fcmp-dictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uga-rosa%2Fcmp-dictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uga-rosa%2Fcmp-dictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uga-rosa","download_url":"https://codeload.github.com/uga-rosa/cmp-dictionary/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"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":["lua","neovim-plugin","nvim-cmp"],"created_at":"2024-08-01T18:00:38.807Z","updated_at":"2025-04-07T07:08:17.923Z","avatar_url":"https://github.com/uga-rosa.png","language":"Lua","readme":"# cmp-dictionary\n\nA dictionary completion source for [nvim-cmp](https://github.com/hrsh7th/nvim-cmp).\n\nThis plugin provides one of the easiest way to add desired completion candidates to nvim-cmp.\n\n![image](https://user-images.githubusercontent.com/82267684/145278036-afa56b20-a365-4165-822f-98db5d7f11b1.png)\n\n# Requirements\n\n- neovim \u003e= 0.7\n- nvim-cmp\n\n## Optional\n\n- `vim.system()` or [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) (for some optional features).\n\n# Setting\n\n```lua\nrequire(\"cmp\").setup({\n  -- other settings\n  sources = {\n    -- other sources\n    {\n      name = \"dictionary\",\n      keyword_length = 2,\n    },\n  }\n})\n\nrequire(\"cmp_dictionary\").setup({\n  paths = { \"/usr/share/dict/words\" },\n  exact_length = 2,\n})\n```\n\nSee help for details.\n","funding_links":[],"categories":["Other Standard Feature Enhancement","Lua"],"sub_categories":["Dictionary"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuga-rosa%2Fcmp-dictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuga-rosa%2Fcmp-dictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuga-rosa%2Fcmp-dictionary/lists"}