From 1d3d53cd13bfdbe1cd9c6a5aad6a3738081b76cf Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 12 Jun 2025 19:16:37 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-12 19:16:37 --- .config/kak/autoload/lsp.kak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/kak/autoload/lsp.kak b/.config/kak/autoload/lsp.kak index 4e11ac91..07156284 100644 --- a/.config/kak/autoload/lsp.kak +++ b/.config/kak/autoload/lsp.kak @@ -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.