
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
Rime input method integration of coc.nvim
This extension is created by create-coc-extension

# Ubuntu
sudo apt-get -y install pkg-config librime-dev librime1
sudo apt-mark auto librime-dev pkg-config
# ArchLinux
sudo pacman -S pkg-config librime
# Android Termux
apt-get -y install pkg-config librime
# Nix
# without any extra operation
# homebrew
brew tap tonyfettes/homebrew-rime
brew install pkg-config librime
# Windows msys2
pacboy -S --noconfirm pkg-config librime gcc
" command line
CocInstall coc-rime
" or add the following code to your vimrc
let g:coc_global_extensions = ['coc-rime', 'other coc-plugins']
rime.source.enable: enable this source temporarily.rime.source.disable: disable this source temporarily.rime.source.toggle: temporarily toggle the status of the source.rime.enable: enable this IME temporarily.rime.disable: disable this IME temporarily.rime.toggle: toggle this IME temporarily.You could use CocList to switch between schema.
:CocList rime_schema
rime.enabled: Whether to enable this source.rime.priority: The priority of this completion source.rime.schemaId: The schemaId selected when coc-rime start.
You could get it from rime_schema list.rime.priority: Priority of Rime completion sourcerime.traits.shared_data_dir: Path(s) where rime data storesrime.traits.user_data_dir: Path(s) where rime configuration storesrime.traits.*: More rime traitsrime.ui.*: The symbols used for IME UIimap <Buffer> created by other plugins, such as
vim-peekaboo's <C-R>.MIT
本项目希望为不可能使用输入法的环境中提供必要的中文支持:
See here.
FAQs
Rime input method integration of coc.nvim
The npm package coc-rime receives a total of 9 weekly downloads. As such, coc-rime popularity was classified as not popular.
We found that coc-rime demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.