{"id":30354417,"url":"https://github.com/rimeinn/coc-rime","last_synced_at":"2025-09-07T07:42:36.623Z","repository":{"id":45788205,"uuid":"291070797","full_name":"rimeinn/coc-rime","owner":"rimeinn","description":"ㄓ Rime input method source for coc.nvim","archived":false,"fork":false,"pushed_at":"2025-08-18T19:12:52.000Z","size":660,"stargazers_count":34,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T21:19:33.702Z","etag":null,"topics":["coc","neovim","rime","vim"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/coc-rime","language":"TypeScript","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/rimeinn.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,"zenodo":null}},"created_at":"2020-08-28T14:44:07.000Z","updated_at":"2025-08-15T09:26:03.000Z","dependencies_parsed_at":"2024-05-20T21:43:30.846Z","dependency_job_id":"2abb69d8-15c6-4000-8661-12e38779f662","html_url":"https://github.com/rimeinn/coc-rime","commit_stats":null,"previous_names":["rimeinn/coc-rime"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rimeinn/coc-rime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rimeinn%2Fcoc-rime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rimeinn%2Fcoc-rime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rimeinn%2Fcoc-rime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rimeinn%2Fcoc-rime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rimeinn","download_url":"https://codeload.github.com/rimeinn/coc-rime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rimeinn%2Fcoc-rime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274010097,"owners_count":25206763,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["coc","neovim","rime","vim"],"created_at":"2025-08-19T03:01:35.965Z","updated_at":"2025-09-07T07:42:36.615Z","avatar_url":"https://github.com/rimeinn.png","language":"TypeScript","funding_links":[],"categories":["软件"],"sub_categories":["扩展或相关工具等"],"readme":"# coc-rime\n\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/rimeinn/coc-rime/master.svg)](https://results.pre-commit.ci/latest/github/rimeinn/coc-rime/master)\n[![github/workflow](https://github.com/rimeinn/coc-rime/actions/workflows/main.yml/badge.svg)](https://github.com/rimeinn/coc-rime/actions)\n\nRime input method integration of coc.nvim\n\n\u003e This extension is created by [create-coc-extension](https://github.com/fannheyward/create-coc-extension)\n\n![screenshot](https://user-images.githubusercontent.com/29998228/111900984-6c20ef00-8a70-11eb-9920-4d9da5102a48.gif)\n\n![screencast](https://github.com/rimeinn/coc-rime/assets/32936898/2a31084e-b7a4-4d6a-a6da-e3e85ae83c33)\n\n## Dependencies\n\n- [librime](https://github.com/rime/librime)\n\nFor build, need extra them:\n\n- [pkg-config](http://pkg-config.freedesktop.org/)\n- [xmake](https://github.com/xmake-io/xmake)\n\n```sh\n# Ubuntu\nsudo apt-get -y install pkg-config librime-dev librime1 xmake\nsudo apt-mark auto librime-dev pkg-config xmake\n# ArchLinux\nsudo pacman -S pkg-config librime xmake\n# Android Termux\napt-get -y install pkg-config librime xmake\n# Nix\n# without any extra operation\n# homebrew\nbrew install pkg-config librime xmake\n# Windows msys2\npacboy -S --noconfirm pkg-config librime gcc xmake\n```\n\n## Install\n\n- [coc-marketplace](https://github.com/fannheyward/coc-marketplace)\n- [npm](https://www.npmjs.com/package/coc-rime)\n- vim:\n\n```vim\n\" command line\nCocInstall coc-rime\n\" or add the following code to your vimrc\nlet g:coc_global_extensions = ['coc-rime', 'other coc-plugins']\n```\n\n## Commands\n\n1. `rime.source.enable`: enable this source temporarily.\n2. `rime.source.disable`: disable this source temporarily.\n3. `rime.source.toggle`: temporarily toggle the status of the source.\n4. `rime.enable`: enable this IME temporarily.\n5. `rime.disable`: disable this IME temporarily.\n6. `rime.toggle`: toggle this IME temporarily.\n\n## Lists\n\nYou could use `CocList` to switch between schema.\n\n```vim\n:CocList rime_schema\n```\n\n## User Configuration\n\n1. `rime.enabled`: Whether to enable this source.\n2. `rime.priority`: The priority of this completion source.\n3. `rime.schemaId`: The `schemaId` selected when `coc-rime` start.\n   You could get it from `rime_schema` list.\n4. `rime.priority`: Priority of Rime completion source\n5. `rime.traits.shared_data_dir`: Path(s) where rime data stores\n6. `rime.traits.user_data_dir`: Path(s) where rime configuration stores\n7. `rime.traits.*`: More rime traits\n8. `rime.ui.*`: The symbols used for IME UI\n\n## Limitations\n\n- It will break all `imap \u003cBuffer\u003e` created by other plugins, such as\n  [vim-peekaboo](http://github.com/junegunn/vim-peekaboo)'s `\u003cC-R\u003e`.\n\n## License\n\nMIT\n\n## Related Projects\n\n- [rime.nvim](https://github.com/rimeinn/rime.nvim): lua implementation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimeinn%2Fcoc-rime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frimeinn%2Fcoc-rime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimeinn%2Fcoc-rime/lists"}