feat(home/helix): configure texlab to build on save and format with latexindent

This commit is contained in:
Gabriel Fontes
2026-07-26 13:50:20 -03:00
parent 29653446c0
commit 5735c13586
+4
View File
@@ -44,6 +44,10 @@ in {
exportPdf = "onType";
outputPath = "$root/$name";
};
texlab.config.texlab = {
build.onSave = true;
latexFormatter = "latexindent";
};
scls.command = lib.getExe pkgs.simple-completion-language-server;
colors.command = lib.getExe pkgs.uwu-colors;