This commit is contained in:
muon 2024-05-24 22:56:19 +00:00
parent 74b64ab6f1
commit 8f2a8b7c78
15 changed files with 182 additions and 526 deletions

View file

@ -101,19 +101,19 @@
{
name = "latex";
file-types = ["tex"];
config.texlab = {
build = {
forwardSearchAfter = true;
onSave = true;
};
chktex = {
onEdit = true;
};
forwardSearch = {
executable = "zathura";
args = [ "--synctex-forward" "%l:1:%f" "%p" ];
};
};
# config.texlab = {
# build = {
# forwardSearchAfter = true;
# onSave = true;
# };
# chktex = {
# onEdit = true;
# };
# forwardSearch = {
# executable = "zathura";
# args = [ "--synctex-forward" "%l:1:%f" "%p" ];
# };
# };
}
];