Skip to content
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

Inverse search with sioyek does not work in latest nightly neovim #2809

Open
haoming-li-ling opened this issue Oct 8, 2023 · 1 comment
Open
Labels

Comments

@haoming-li-ling
Copy link

Description

On the latest stable version of neovim, inverse search is fine. However, on the lastest nightly, inverse search only works with Skim but not sioyek.

Steps to reproduce

Open any file with the lastest nightly and try to perform sioyek inverse search after a forward search

Expected behavior

No response

Actual behavior

No response

Do you use a latexmkrc file?

No

VimtexInfo

System info:
  OS: macOS 14.0 (23A344)
  Vim version: NVIM v0.10.0-dev-6823fdb
  Has clientserver: true
  Servername: /var/folders/0j/154blqm96cjgtf7dwtccvk680000gn/T/nvim.haomingli/IrdYPe/nvim.39639.0

VimTeX project: draft
  base: draft.tex
  root: /Users/haomingli/Documents/MIT/generals-1/draft
  tex: /Users/haomingli/Documents/MIT/generals-1/draft/draft.tex
  main parser: current file verified
  document class: article
  packages: amsbsy amsfonts amsgen amsmath amsopn amssymb amstext amsthm array atbegshi-ltx atveryend-ltx auxhook biblatex bigintcalc bitset blx-case-expl3 booktabs calc centernot cgloss cgloss4e cleveref csquotes csvsimple csvsimple-legacy elocalloc enumitem environ epstopdf-base etexcmds etoolbox expl3 fancyvrb fontenc fontspec fontspec-luatex forest forest-lib-linguistics geometry gettitlestring gobble graphics graphicx hycolor hyperref ifluatex iftex ifthen ifvtex ifxetex infwarerr inlinedef intcalc keyval kvdefinekeys kvoptions kvsetkeys l3keys2e letltxmacro linguex logreq ltxcmds markdown mathtools mhsetup mweights nameref newpxmath newpxtext paralist pdfescape pdftexcmds pgf pgfcomp-version-0-65 pgfcomp-version-1-18 pgfcore pgffor pgfkeys pgfmath pgfopts pgfrcs pgfsys pifont realscripts refcount rerunfilecheck scalefnt shellesc stmaryrd stringenc tabularx textcomp tikz tikz-cd trig trimspaces ulem uniquecounter url xcolor xkeyval xparse xpatch xspace xstring
  compiler: latexmk
    engine: -pdf
    options:
      -verbose
      -file-line-error
      -synctex=1
      -interaction=nonstopmode
    out_dir: ./output
    aux_dir: ./output
    callback: 1
    continuous: 1
    executable: latexmk
  viewer: sioyek
    job: 
      pid: -
      cmd: sioyek  --inverse-search "/Users/haomingli/.local/share/bob/nvim-bin/nvim --headless -c \"VimtexInverseSearch %2 '%1'\"" --forward-search-file '/Users/haomingli/Documents/MIT/generals-1/draft/draft.tex' --forward-search-line 1 '/Users/haomingli/Documents/MIT/generals-1/draft/output/draft.pdf'
    cmd_start: sioyek  --inverse-search "/Users/haomingli/.local/share/bob/nvim-bin/nvim --headless -c \"VimtexInverseSearch %2 '%1'\"" --forward-search-file '/Users/haomingli/Documents/MIT/generals-1/draft/draft.tex' --forward-search-line 1 '/Users/haomingli/Documents/MIT/generals-1/draft/output/draft.pdf'
  qf method: LaTeX logfile
@lervag
Copy link
Owner

lervag commented Oct 11, 2023

Strange, it works for me on neovim nightly built on Monday [v0.10.0-dev-1303+g61f1e992ce].

Can you test with a minimal example (both LaTeX sample and configuration)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants