neocodeium icon indicating copy to clipboard operation
neocodeium copied to clipboard

Problem with cyrilllic

Open dddyom opened this issue 1 year ago • 2 comments

👎 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

2024-05-23_15-56_1

After

2024-05-23_15-56

🔢 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

dddyom avatar May 23 '24 11:05 dddyom

Reproduced.

monkoose avatar May 23 '24 11:05 monkoose

An obvious issue is that letters are "eaten up" after cyrillic р.

monkoose avatar May 23 '24 12:05 monkoose

Should be fixed.

monkoose avatar May 26 '24 07:05 monkoose