diff --git a/doc/vimtex.txt b/doc/vimtex.txt index dade523..aa53901 100644 --- a/doc/vimtex.txt +++ b/doc/vimtex.txt @@ -832,7 +832,7 @@ Options~ let g:vimtex_view_general_viewer \ = '/Applications/Skim.app/Contents/SharedSupport/displayline' - let g:vimtex_view_general_options = '-r @line @pdf' + let g:vimtex_view_general_options = '-r @line @pdf @tex' " This adds a callback hook that updates Skim after compilation let g:vimtex_latexmk_callback_hooks = ['UpdateSkim']