coq_nvim
coq_nvim copied to clipboard
bug: right-to-left "hello" messages are shown as left-to-right
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.