rohit-px2 / nvui

A modern frontend for Neovim.
MIT License
1.72k stars 49 forks source link

Japanese IME Problem. Don't Show Candidate Window. #128

Open homaji opened 2 years ago

homaji commented 2 years ago

My System Information

Windows 10 Pro 20H2 NVIM V0.6.1 NVUI 0.2.1(Download zip file)

Issue

I use Japanese IME. When I input Japanese, Don`t show candidate Window.

First gif file, I use Japanese in neovim-qt. I input "nihongo" in keyboard (It means "Japanese Language") It shows "にほんご" in Japanese letters Then change to "日本語" in Chinese letters neovim-qt

Second gi file I use Japanese in NVUI don't show "にほんご" and don't move cursor. Suddenly shows "日本語" nvui-ime

Sorry for my poor English.

rohit-px2 commented 2 years ago

Neovim-Qt has a built-in tooltip which shows what you are typing before it is typed. I'll look into adding something similar.