diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-12 15:24:03 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-12 15:24:03 +0100 |
| commit | 8ccdd145f22e7c17fa4b217cc19f716a1709048d (patch) | |
| tree | b33ed0e22a46cc4e1e05d0f5b377494473e5043c /modules/home | |
| parent | 4836ccff3a0db6a7d79d024a63c87060a6077caf (diff) | |
added texlab config
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3wm/nord-blue/helix.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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" = { |
