0.1.5 • Published 11 months ago
coc-rime v0.1.5
coc-rime
Rime input method integration of coc.nvim
This extension is created by create-coc-extension

Dependencies
# 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 gccInstall
" command line
CocInstall coc-rime
" or add the following code to your vimrc
let g:coc_global_extensions = ['coc-rime', 'other coc-plugins']Commands
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.
Lists
You could use CocList to switch between schema.
:CocList rime_schemaUser Configuration
rime.enabled: Whether to enable this source.rime.priority: The priority of this completion source.rime.schemaId: TheschemaIdselected whencoc-rimestart. You could get it fromrime_schemalist.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 UI
Limitations
- It will break all
imap <Buffer>created by other plugins, such as vim-peekaboo's<C-R>.
License
MIT
Related Projects
IM for vim
Pure vim
- VimIM: Stop maintenance
ibus
fcitx5
rime
本项目希望为不可能使用输入法的环境中提供必要的中文支持:
- 文本终端。例如在构建 Linux 时添加 cjktty-patches 可以在文本终端显示中文,但在不使用 fbterm 时缺乏输入中文的方法。
- Android 。受限于 Android 权限机制,不可能在
termux 中获取输入法 APP
的状态以实现:
- 退出插入模式时恢复英文输入模式
- 进入插入模式时恢复上一次退出插入模式时的中、英文输入模式
Rime frontends
See here.
0.1.5-rc8
11 months ago
0.1.5
11 months ago
0.1.5-rc7
12 months ago
0.1.5-rc6
1 year ago
0.1.4-rc20
1 year ago
0.1.5-rc3
1 year ago
0.1.5-rc2
1 year ago
0.1.5-rc1
1 year ago
0.1.5-rc5
1 year ago
0.1.5-rc4
1 year ago
0.1.4
1 year ago
0.1.4-rc19
1 year ago
0.1.4-rc18
1 year ago
0.1.4-rc17
2 years ago
0.1.4-rc16
2 years ago
0.1.4-rc15
2 years ago
0.1.4-rc14
2 years ago
0.1.3-rc13
2 years ago
0.1.4-rc6
2 years ago
0.1.4-rc5
2 years ago
0.1.4-rc8
2 years ago
0.1.4-rc7
2 years ago
0.1.4-rc9
2 years ago
0.1.4-rc12
2 years ago
0.1.4-rc11
2 years ago
0.1.4-rc10
2 years ago
0.1.4-rc4
2 years ago
0.1.4-rc3
2 years ago
0.1.4-rc2
2 years ago
0.1.4-rc1
2 years ago
0.1.3-alpha
5 years ago
0.1.2-alpha
5 years ago
0.1.1-alpha
5 years ago
0.1.0-alpha
5 years ago