{"id":26022493,"url":"https://github.com/skywind3000/vim-dict","last_synced_at":"2025-03-06T09:55:31.595Z","repository":{"id":47499065,"uuid":"244424269","full_name":"skywind3000/vim-dict","owner":"skywind3000","description":"没办法，被逼的，重新整理一个词典补全的数据库","archived":false,"fork":false,"pushed_at":"2023-11-28T06:42:54.000Z","size":528,"stargazers_count":57,"open_issues_count":1,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-18T00:44:14.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","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/skywind3000.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,"governance":null}},"created_at":"2020-03-02T16:52:10.000Z","updated_at":"2024-02-18T11:54:53.000Z","dependencies_parsed_at":"2023-11-28T07:44:19.761Z","dependency_job_id":null,"html_url":"https://github.com/skywind3000/vim-dict","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/skywind3000%2Fvim-dict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fvim-dict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fvim-dict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fvim-dict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skywind3000","download_url":"https://codeload.github.com/skywind3000/vim-dict/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242187663,"owners_count":20086218,"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":[],"created_at":"2025-03-06T09:55:30.475Z","updated_at":"2025-03-06T09:55:31.582Z","avatar_url":"https://github.com/skywind3000.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-dict\n\nAutomatically add dictionary files to current buffer according to the filetype.\n\n## Installation\n\n```VimL\nPlug 'skywind3000/vim-dict'\n```\n\n## Add additional dict folders\n\n```VimL\nlet g:vim_dict_dict = [\n    \\ '~/.vim/dict',\n    \\ '~/.config/nvim/dict',\n    \\ ]\n```\n\n## File type override\n\n```VimL\nlet g:vim_dict_config = {'html':'html,javascript,css', 'markdown':'text'}\n```\n\n## Disable certain types\n\n```VimL\nlet g:vim_dict_config = {'text': ''}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywind3000%2Fvim-dict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskywind3000%2Fvim-dict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywind3000%2Fvim-dict/lists"}