Fix texlab forward search

This commit is contained in:
Natsu Kagami 2024-06-23 17:40:07 +02:00
parent ea7e32973a
commit c59b47c1ce
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 5 additions and 15 deletions

View file

@ -153,7 +153,7 @@ in
} else
{
executable = "${pkgs.zathura}/bin/zathura";
args = [ "--synctex-forward" "%l:1:%f" "%p" "-x" "/home/nki/.bin/kaktex jump %{input} %{line}" ];
args = [ "--synctex-forward" "%l:1:%f" "%p" "-x" "${./kaktex} jump %%{input} %%{line} %%{column}" ];
});
};
};