You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My related pdf settings are (stock from the readme with buffer as stdin enabled): textopdf = "pdflatex -jobname \"$(basename -s .pdf %outputfile%)\" -halt-on-error", textopdfbufferasstdin = true, textopdfviewerlaunch = "sioyek --inverse-search 'nvim --headless -es --cmd \"lua require('\"'\"'knaphelper'\"'\"').relayjump('\"'\"'%servername%'\"'\"','\"'\"'%1'\"'\"',%2,%3)\"' --new-window %outputfile%", textopdfviewerrefresh = "none", textopdfforwardjump = "sioyek --inverse-search 'nvim --headless -es --cmd \"lua require('\"'\"'knaphelper'\"'\"').relayjump('\"'\"'%servername%'\"'\"','\"'\"'%1'\"'\"',%2,%3)\"' --reuse-window --forward-search-file %srcfile% --forward-search-line %line% %outputfile%",
When i press F8 for forward search, i get the message "Attempting to jump to matching location"
I suspect it to be a knap.forward_jump issue since when i call lua require ("knap").forward_jump() from the command mode, i get the same return, meaning the command parses as intended.
Appending the results of the command when ran from a terminal with my v:servername
On sioyek, i enable synctex support (F4) and attempt a reverse search by right clicking on the document, and nothing happens either
How should i go about solving this?
The text was updated successfully, but these errors were encountered:
I'm using:
My related pdf settings are (stock from the readme with buffer as stdin enabled):
textopdf = "pdflatex -jobname \"$(basename -s .pdf %outputfile%)\" -halt-on-error",
textopdfbufferasstdin = true,
textopdfviewerlaunch = "sioyek --inverse-search 'nvim --headless -es --cmd \"lua require('\"'\"'knaphelper'\"'\"').relayjump('\"'\"'%servername%'\"'\"','\"'\"'%1'\"'\"',%2,%3)\"' --new-window %outputfile%",
textopdfviewerrefresh = "none",
textopdfforwardjump = "sioyek --inverse-search 'nvim --headless -es --cmd \"lua require('\"'\"'knaphelper'\"'\"').relayjump('\"'\"'%servername%'\"'\"','\"'\"'%1'\"'\"',%2,%3)\"' --reuse-window --forward-search-file %srcfile% --forward-search-line %line% %outputfile%",
When i press F8 for forward search, i get the message "Attempting to jump to matching location"
I suspect it to be a knap.forward_jump issue since when i call
lua require ("knap").forward_jump()
from the command mode, i get the same return, meaning the command parses as intended.Appending the results of the command when ran from a terminal with my
v:servername
On sioyek, i enable synctex support (F4) and attempt a reverse search by right clicking on the document, and nothing happens either
How should i go about solving this?
The text was updated successfully, but these errors were encountered: