ms-jpq / coq_nvim

Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
GNU General Public License v3.0
3.55k stars 101 forks source link

bug: right-to-left "hello" messages are shown as left-to-right #657

Open vegerot opened 2 months ago

vegerot commented 2 months ago

When running :COQnow, coq will print "hello" in a random langauge. However, for right-to-left languages like Hebrew, the text shows up as left-to-right:

image

I can see that the source is right-to-left

https://github.com/ms-jpq/coq_nvim/blob/0b4015f9c18fb17e58891e645a652040e6f3e98d/artifacts/helo.yml#L41

but it's getting displayed as left-to-right.

vegerot commented 2 months ago

update: maybe the bug is actually in rxvt 🤔 image