Skip to content

Commit

Permalink
Update VimTex documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrm committed Nov 13, 2021
1 parent c6c34df commit 8d22140
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,12 @@ Synctex

- Here is a sample configuration for VimTex::

let g:vimtex_view_general_viewer = '/path/to/sioyek.exe'
let g:vimtex_view_general_options = '--inverse-search "nvr --remote-expr \"vimtex#view#reverse_goto(%2, ''%1'')\"" --reuse-instance --forward-search-file @tex --forward-search-line @line @pdf'
let g:vimtex_view_general_options_latexmk = '--reuse-instance'
let g:vimtex_view_general_viewer = 'sioyek'
let g:vimtex_view_general_options = '--reuse-instance'
\ . ' --inverse-search'
\ . '"nvim --headless -c \"VimtexInverseSearch %2 ''%1''\""'
\ . ' --forward-search-file @tex --forward-search-line @line @pdf'
let g:vimtex_view_general_options_latexmk = '--reuse-instance'


Data and Synchronization
Expand Down

0 comments on commit 8d22140

Please sign in to comment.