AutoYADM commit: 2025-06-12 19:16:37
This commit is contained in:
parent
86219b0de0
commit
1d3d53cd13
1 changed files with 2 additions and 1 deletions
|
@ -132,9 +132,10 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{
|
|||
#
|
||||
# Preview configuration for zathura with SyncTeX search.
|
||||
# For other PDF viewers see https://github.com/latex-lsp/texlab/wiki/Previewing
|
||||
build.onSave = true
|
||||
forwardSearch.executable = "zathura"
|
||||
forwardSearch.args = [
|
||||
"%p",
|
||||
"%p",
|
||||
"--synctex-forward", # Support texlab-forward-search
|
||||
"%l:1:%f",
|
||||
"--synctex-editor-command", # Inverse search: use Control+Left-Mouse-Button to jump to source.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue