From 352b695c0852b899c2e59f3efce1e699e8f54994 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 6 Apr 2026 05:31:16 +0200 Subject: [PATCH] Nvim: Fixed bug in live-tex-rendering --- .config/nvim/lua/plugins/knap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/knap.lua b/.config/nvim/lua/plugins/knap.lua index 839e2fb..ae6a375 100644 --- a/.config/nvim/lua/plugins/knap.lua +++ b/.config/nvim/lua/plugins/knap.lua @@ -29,7 +29,7 @@ return { vim.g.knap_settings = { delay = 100, texoutputext = "pdf", - textopdf = "xelatex -synctex=1 -interaction=batchmode %docroot%", + textopdf = "pdflatex -synctex=1 -interaction=batchmode %docroot%", textopdfviewerlaunch = "zathura --synctex-editor-command 'nvim --headless -es --cmd \"lua require('\"'\"'knaphelper'\"'\"').relayjump('\"'\"'%servername%'\"'\"','\"'\"'%{input}'\"'\"',%{line},0)\"' ./%outputfile%", textopdfviewerrefresh = "reload", textopdfforwardjump = "zathura --synctex-forward=%line%:%column%:%srcfile% %outputfile%",