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
I am trying to get inverse search and forward search to work with skim on MacOS with neovim. Forward search works perfectly, but when I try to do an inverse search, skim seems to do nothing. When I run the built executable that is passed to skim, it gives the error Error when opening file: open ~/.cache/nvim/nvim-texlabconfig.json: no such file or directory. However, when I run ls ~/.cache/nvim/ it should that nvim-texlabconfig.json exists. Even if I copy the path from the error and paste it as an argument to vim it opens properly and has text in it. How can I fix this?
The text was updated successfully, but these errors were encountered:
but how am I supposed to do this through Skim as its still not doing anything?
I do not have a mac, so I cannot help you directly.
In theory, Inverse search is activated by pressing Shift and Command, then clicking the text you want to search. For more info on inverse search.
You should look for synctex in its documentation.
I am trying to get inverse search and forward search to work with skim on MacOS with neovim. Forward search works perfectly, but when I try to do an inverse search, skim seems to do nothing. When I run the built executable that is passed to skim, it gives the error
Error when opening file: open ~/.cache/nvim/nvim-texlabconfig.json: no such file or directory
. However, when I runls ~/.cache/nvim/
it should thatnvim-texlabconfig.json
exists. Even if I copy the path from the error and paste it as an argument to vim it opens properly and has text in it. How can I fix this?The text was updated successfully, but these errors were encountered: