Another adjustment of Skim example (#383)

This commit is contained in:
Karl Yngve Lervåg 2016-03-06 22:04:21 +01:00
parent aea4c29318
commit 3689d9faae

View File

@ -826,7 +826,8 @@ Options~
you read and annotate scientific papers in PDF, but is also great you read and annotate scientific papers in PDF, but is also great
for viewing any PDF file. > for viewing any PDF file. >
let g:vimtex_view_general_viewer = 'displayline' 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'
" This adds a callback hook that updates Skim after compilation " This adds a callback hook that updates Skim after compilation