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.