Open vegerot opened 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:
:COQnow
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.
update: maybe the bug is actually in rxvt 🤔
rxvt
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: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.