chrisgrieser / nvim-spider

Use the w, e, b motions like a spider. Move by subwords and skip insignificant punctuation.
MIT License
663 stars 13 forks source link

[Bug]: Russian characters are not recognized #50

Open mario-amazing opened 1 month ago

mario-amazing commented 1 month ago

Make sure you have done the following

Bug Description

Russian characters are not recognized

Reproduction & Sample Text

Press e

['ОНЛАЙН ЗАПИСЬ', 'Ощути разницу']
^^--------------^-^-------------^^

neovim version

NVIM v0.10.0

Special Settings

No response

chrisgrieser commented 1 month ago

have you tried the extra setup for utf support? https://github.com/chrisgrieser/nvim-spider?tab=readme-ov-file#utf-8-support

mario-amazing commented 1 month ago

I cant install rocks -> python3 error

ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [luajit] Error 1
make: *** [default] Error 2
Error: got exitcode 2 from command make

maybe you know another solution to correct the recognition of Russian characters?

chrisgrieser commented 1 month ago

unfortunately not, I am simply not familiar with Russian characters, sorry.