Add '@tex' to Skim 'g:vimtex_view_general_options'

I couldn't get forward search to work without the `@tex`
flag.
Then, I found the solution in issue #204, I added it to the rc file
and all went well.
So it may be worth adding it to the docs.
This commit is contained in:
Adriano Di Luzio 2016-04-24 00:26:49 +02:00 committed by Karl Yngve Lervåg
parent 3c3f21588c
commit 7bf1731cde

View File

@ -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']