refactor(nvim): make tectonic ignore errors during texlab build
This commit is contained in:
parent
e908a27884
commit
332d9484ec
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user