commit 46c7ecf25bef96548dfc3bbb9815340d602c47ab
parent 7cced61f7f08282b1d70629a720b55a1ff95d85c
Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com>
Date: Fri, 15 Apr 2022 09:01:38 +0200
Use tectonic in texlab
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lua/lsp_config.lua b/lua/lsp_config.lua
@@ -174,7 +174,8 @@ local lsps = {
build = {
onSave = true,
forwardSearchAfter = true,
- args = {"-pdf", "-interaction=nonstopmode", "-synctex=1", "-pvc", "%f"}
+ executable = "tectonic",
+ args = {"-X", "compile", "%f", "--synctex", "--keep-logs", "--keep-intermediates"}
},
forwardSearch = {
executable = "zathura",