From 36a5e806a489f13f83e1fddd4514c6e30e92845e Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Tue, 30 Jan 2024 14:50:12 +0100 Subject: [PATCH] mason: remove tectonic configuration for build Co-Authored-by: iGor milhit --- init.lua | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/init.lua b/init.lua index ced3256..dadf85f 100644 --- a/init.lua +++ b/init.lua @@ -471,19 +471,17 @@ local servers = { }, texlab = { - settings = { - build = { - executable = "tectonic", - args = { - "-X", - "compile", - "%f", - "--syntex", - "--keep-logs", - "--keep-intermediates" - } - } - } + -- build = { + -- executable = "tectonic", + -- args = { + -- "-X", + -- "compile", + -- "%f", + -- "--synctex", + -- "--keep-logs", + -- "--keep-intermediates" + -- } + -- } }, -- Require vscode-langservers-extracted