refactor(nvim): make tectonic ignore errors during texlab build

This commit is contained in:
Price Hiller 2024-01-01 08:16:46 -06:00
parent e908a27884
commit 332d9484ec
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -358,7 +358,7 @@ return {
onSave = true,
executable = "tectonic",
forwardSearchAfter = true,
args = { "-X", "compile", "%f", "--synctex" },
args = { "-X", "compile", "%f", "--synctex", "-Z", "continue-on-errors" },
},
forwardSearch = {
executable = "zathura",