Ahora estoy usando LuaTex como compilador
This commit is contained in:
parent
c7f34d219d
commit
6c8a4d7e8e
|
@ -4,6 +4,7 @@ return {
|
|||
config = function()
|
||||
vim.g.vimtex_compiler_latexmk = {
|
||||
options = {
|
||||
'-lualatex',
|
||||
'-shell-escape',
|
||||
'-verbose',
|
||||
'-file-line-error',
|
||||
|
|
Loading…
Reference in New Issue