explicitly set latex backend to latexmk

This commit is contained in:
Youwen Wu 2024-04-23 13:41:04 -07:00
parent 4b52bd9237
commit c3f7f9c815
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -8,6 +8,7 @@ return {
init = function() init = function()
-- VimTeX configuration goes here -- VimTeX configuration goes here
vim.g.vimtex_view_method = "skim" vim.g.vimtex_view_method = "skim"
vim.g.vimtex_compiler_method = "latexmk"
end, end,
}, },
} }