
VimR should jump to the correct line of the source file. use inverse search in sioyek (synctex-mode is enabled).compile via vimtex configured with sioyek.

I might be able to configure sioyek directly via its config file to use nvr, but I would suspect (and a first test seems to confirm this) that the command line parameters given to sioyek by vimtex would overwrite that.Īny hints at what I'm doing wrong or whether this is indeed a bug of some sort (not necessarily in vimtex)? Is there any way I can overwrite arguments vimtex uses to tell sioyek is supposed to perform an inverse search? Steps to reproduce While using Skim I configured it to use nvr (similar as described in the Wiki). If I manually call this NvimServer binary with the proper arguments (like -headless -c "VimtexInverseSearch 100 'main.tex'"), I get the message We need at least 4 arguments! Printing -version and exiting. In the terminal, my nvim binary (v0.6.0), while under VimR it uses /Applications/VimR.app/Contents/Resources/NvimView_NvimView.bundle/Contents/Resources/NvimServer (which is reported as NVIM v0.6.1). I checked VimtexInfo for the actual inverse search command that is passed to sioyek in both cases.

However, under VimR inverse search seems broken. In the terminal, everything works as expected.

I use Neovim either directly in the terminal or through VimR. I recently started to use sioyek instead of Skim with vimtex (under macOS 12.1).
