{"id":13896112,"url":"https://github.com/f3fora/cmp-nuspell","last_synced_at":"2025-04-22T20:13:51.992Z","repository":{"id":45148685,"uuid":"400852737","full_name":"f3fora/cmp-nuspell","owner":"f3fora","description":"nuspell source for nvim-cmp based on nuspell","archived":false,"fork":false,"pushed_at":"2022-01-05T05:39:40.000Z","size":3,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T20:13:45.056Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f3fora.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-28T17:34:25.000Z","updated_at":"2024-07-01T06:09:36.000Z","dependencies_parsed_at":"2022-08-25T15:11:38.325Z","dependency_job_id":null,"html_url":"https://github.com/f3fora/cmp-nuspell","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/f3fora%2Fcmp-nuspell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3fora%2Fcmp-nuspell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3fora%2Fcmp-nuspell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3fora%2Fcmp-nuspell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f3fora","download_url":"https://codeload.github.com/f3fora/cmp-nuspell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250316058,"owners_count":21410476,"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:40.035Z","updated_at":"2025-04-22T20:13:51.971Z","avatar_url":"https://github.com/f3fora.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# cmp-nuspell\n\n`nuspell` source for [`nvim-cmp`](https://github.com/hrsh7th/nvim-cmp) based on [`nuspell`](https://nuspell.github.io/).\n\n## Status\n\nWIP. Feedback wanted for [lua-nuspell](https://github.com/f3fora/lua-nuspell)\n\nSupport only `en_US` dictionary.\n\nFirst test for integrating `nuspell` and hunspell dictionary into neovim.\n\n## Setup\n\n```lua\nrequire('cmp').setup {\n  sources = {\n    { name = 'nuspell' }\n  }\n}\n```\n\n## Installing cmp-nuspell and [lua-nuspell](https://github.com/f3fora/lua-nuspell) \n\n```lua\nuse {\n    'f3fora/cmp-nuspell',\n    rocks={'lua-nuspell'}\n}\n```\n\n## Checking existance of hunspell dictionary\n\nThe output of `nuspell -D` should look like:\n\n```\nSearch paths:\n/home/user/.local/share/hunspell\n/usr/local/share/hunspell\n/usr/share/hunspell\n/usr/local/share/myspell\n/usr/share/myspell\n.\nAvailable dictionaries:\nen_AG           /usr/share/hunspell/en_AG\nen_BS           /usr/share/hunspell/en_BS\nen_BW           /usr/share/hunspell/en_BW\nen_BZ           /usr/share/hunspell/en_BZ\nen_DK           /usr/share/hunspell/en_DK\nen_GB           /usr/share/hunspell/en_GB\nen_GB-large     /usr/share/hunspell/en_GB-large\nen_GH           /usr/share/hunspell/en_GH\nen_HK           /usr/share/hunspell/en_HK\nen_IE           /usr/share/hunspell/en_IE\nen_IN           /usr/share/hunspell/en_IN\nen_JM           /usr/share/hunspell/en_JM\nen_NA           /usr/share/hunspell/en_NA\nen_NG           /usr/share/hunspell/en_NG\nen_NZ           /usr/share/hunspell/en_NZ\nen_SG           /usr/share/hunspell/en_SG\nen_TT           /usr/share/hunspell/en_TT\nen_US           /usr/share/hunspell/en_US\nen_US-large     /usr/share/hunspell/en_US-large\nen_ZA           /usr/share/hunspell/en_ZA\nen_ZW           /usr/share/hunspell/en_ZW\nit_CH           /usr/share/hunspell/it_CH\nit_IT           /usr/share/hunspell/it_IT\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3fora%2Fcmp-nuspell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff3fora%2Fcmp-nuspell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3fora%2Fcmp-nuspell/lists"}