中文 English
Dead simple Pinyin language server for input Chinese without IME. (Main for (neo)vim environment)
Current only support 全拼(Quanpin)
- dict-builder script to build
dict.db3
- ds-pinyin-lsp the pinyin language server
- coc-ds-pinyin-lsp extension for coc.nvim
Add "suggest.asciiCharactersOnly": true,
option to coc-settings.json
Using extension:
:CocInstall coc-ds-pinyin-lsp
Or add config to coc-settings.json
"languageserver": {
"ds-pinyin": {
"command": "path to ds-pinyin-lsp command",
"filetypes": ["*"],
"initializationOptions": {
"db_path": "path to dict.db3",
"completion_on": true
}
}
}
All dict data from rime-ice