Problem with cyrilllic
dddyom opened this issue · 3 comments
dddyom commented
👎 Problem
Hi again!
I describe problems with the Cyrillic alphabet. When calling neocodeium.accept
, some letters are skipped and must be entered manually. Although in virtual text the addition is correct
Before calling accept
After
🔢 Steps to reproduce
To reproduce this, you need to initiate a hint by writing any word in Cyrillic (for example, "привет"). Then call the accept
.
When writing “Привет,” neocodeium adds the word “мир” to the virtual text, but after calling accept
, only “ми” is added
👍 Expected behavior
Correct addition
Thanks for your time!
Neovim version (nvim -v)
nightly
Operating system (uname -om)
Linux x86_64
:checkhealth neocodeium
OK
Relevant log output
No response
monkoose commented
Reproduced.
monkoose commented
An obvious issue is that letters are "eaten up" after cyrillic р
.
monkoose commented
Should be fixed.