From 8ccdd145f22e7c17fa4b217cc19f716a1709048d Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 12 Feb 2026 15:24:03 +0100 Subject: added texlab config --- modules/home/i3wm/nord-blue/helix.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/home/i3wm') diff --git a/modules/home/i3wm/nord-blue/helix.nix b/modules/home/i3wm/nord-blue/helix.nix index 0f9983d..ead3002 100644 --- a/modules/home/i3wm/nord-blue/helix.nix +++ b/modules/home/i3wm/nord-blue/helix.nix @@ -101,6 +101,13 @@ "texlab" = { command = "${pkgs.texlab}/bin/texlab"; }; + texlab.config.texlab.build = { + onSave = true; + forwardSearchAfter = true; + executable = "latexmk"; + args = [ "-pdf" "-interaction=nonstopmode" "-synctex=1" "%f" ]; + }; + # Markdown "marksman" = { -- cgit v1.2.3