mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
feat(home/helix): configure texlab to build on save and format with latexindent
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user