mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Update
This commit is contained in:
parent
74b64ab6f1
commit
8f2a8b7c78
15 changed files with 182 additions and 526 deletions
|
|
@ -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" ];
|
||||
# };
|
||||
# };
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue