-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manually overriding sioyek configuration #2475
Comments
<3
Did you try to modify the option let g:vimtex_callback_progpath = 'wsl nvim' Notice, also, you can simplify your vimtex config by removing |
Great, that does it, thanks! With that change I think forward/inverse search and all the other fancy stuff works out of the box when compiling from WSL and running sioyek from Windows (at least for files stored under the WSL home directory). |
Glad to hear it!
Yes, absolutely. Feel free to suggest a section/blurb, I'll be glad to help before merging! |
Description
Hi,
Thanks as always for the great plugin!
I'm currently trying to modify the default sioyek configuration to run a slightly different command when called by vimtex; in particular, I'd like to replace the provided argument of
/usr/bin/nvim
to the inverse-search argument withwsl nvim
.Towards that end, I've modified the last couple lines in
~/.config/nvim/plugged/vimtex/autoload/vimtex/view/sioyek.vim
to the following:However, after closing and reopening nvim, opening a tex file and running
\ll
and\li
, the default arguments to sioyek remain the same, as seen below. Is there somewhere else where I should be modifying these arguments, or am I failing to reload the changes to vimtex properly?Thanks!
Steps to reproduce
Expected behavior
No response
Actual behavior
No response
Do you use a latexmkrc file?
No
VimtexInfo
The text was updated successfully, but these errors were encountered: