assururuk

Results 6 comments of assururuk

> Hebrew diacritics seem to be even more broken than just the reveresd text: > > ![Image](https://github.com/user-attachments/assets/ae9d3905-3557-44ce-9d5d-afa9e31308aa) > > It should render like this: > > > שלום עולם >...

however the Arabic لا is the only that isn't been rendered properly and is cut from the rest, konsole have a workaround this by removing the لا ligatures

i just want to say that kitty terminal way of dealing with Arabic and RTL languages in general is very pragmatic --- i hope i see something like this in...

```lua return { "lervag/vimtex", lazy = false, init = function() vim.g.tex_flavor = "latex" vim.g.vimtex_compiler_method = vim.fn.executable "latexmk" == 1 and "latexmk" or "tectonic" -- Configuration for latexmk compiler (primary) vim.g.vimtex_compiler_latexmk...

> Just a FIY [@assururuk](https://github.com/assururuk), those comments are pretty much useless. yeah agreed

> Besides that. Lots of good ideas here, feel free to open a PR. Final version ```lua return { "lervag/vimtex", lazy = false, init = function() vim.g.tex_flavor = "latex" vim.g.vimtex_compiler_method...