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,
|
onSave = true,
|
||||||
executable = "tectonic",
|
executable = "tectonic",
|
||||||
forwardSearchAfter = true,
|
forwardSearchAfter = true,
|
||||||
args = { "-X", "compile", "%f", "--synctex" },
|
args = { "-X", "compile", "%f", "--synctex", "-Z", "continue-on-errors" },
|
||||||
},
|
},
|
||||||
forwardSearch = {
|
forwardSearch = {
|
||||||
executable = "zathura",
|
executable = "zathura",
|
||||||
|
Loading…
Reference in New Issue
Block a user