amarakon / nvim-cmp-buffer-lines

nvim-cmp completion source for buffer lines
GNU Affero General Public License v3.0
67 stars 2 forks source link

Cyrillic chars in lines. #15

Open nagolove opened 1 month ago

nagolove commented 1 month ago

Hello! This is a great plugin for C programming. But it does not support lines with Cyrillic, only if I press <C>-<X>-o manually.

amarakon commented 1 month ago

You're right, I tried it and it doesn't work with lines with Cyrillic. I also tried it with Arabic characters and it also doesn't work. It seems like it only works on lines that only have Latin characters. I'm not sure what's causing this issue. I'm pretty sure it's an issue with nvim-cmp itself because I tried it with cmp-buffer instead of cmp-buffer-lines and it still didn't work.

nagolove commented 1 month ago

Thanks for reply. I believe the situation will improve in the future.