Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.27 KB

README-En.md

File metadata and controls

52 lines (34 loc) · 1.27 KB

Dead Simple Pinyin Language Server

中文 English

Introduction

Dead simple Pinyin language server for input Chinese without IME. (Main for (neo)vim environment)

Current only support 全拼(Quanpin)

Packages

Using with 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
      }
    }
  }

Dict data

All dict data from rime-ice

Buy Me A Coffee ☕️

btc

image