assururuk
assururuk
> Hebrew diacritics seem to be even more broken than just the reveresd text: > >  > > 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...