IME¶
pyime¶
A library related to input method engine for ptpython/neovim like <https://github.com/rimeinn/rime.nvim/tree/0.2.12/packages/ime>
Currently, only one IME pyrime use this library. If any other IME such as pyfcitx is realized, this library can be standalone like <https://luarocks.org/modules/freed-wu/ime> named pyime.
IME¶
Refer <https://github.com/rimeinn/rime.nvim/blob/0.2.12/packages/ime/lua/ime/ime.lua>
Key¶
Refer <https://github.com/rimeinn/rime.nvim/blob/0.2.12/packages/ime/lua/ime/key.lua>
Vertical¶
Refer <https://github.com/rimeinn/ime.nvim/blob/0.0.5/packages/ime/lua/ime/ui/vertical.lua>
Draw UI¶
Draw UI of IME. Refer <https://github.com/rimeinn/ime.nvim/blob/0.0.5/packages/ime/lua/ime/ui.lua>
Horizontal¶
Refer <https://github.com/rimeinn/ime.nvim/blob/0.0.5/packages/ime/lua/ime/ui/horizontal.lua>