assur
Results
1
comments of
assur
```lua return { { -- VimTeX "lervag/vimtex", ft = { "tex", "sty", "cls" }, init = function() vim.g.vimtex_compiler_method = vim.fn.executable "latexmk" == 1 and "latexmk" or "tectonic" vim.g.vimtex_compiler_latexmk = {...