explicitly set latex backend to latexmk
This commit is contained in:
parent
4b52bd9237
commit
c3f7f9c815
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ return {
|
|||
init = function()
|
||||
-- VimTeX configuration goes here
|
||||
vim.g.vimtex_view_method = "skim"
|
||||
vim.g.vimtex_compiler_method = "latexmk"
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue