set zathura as vimtex preview

This commit is contained in:
Thomas Ruoff
2019-05-09 19:30:23 +02:00
parent 40933bf26e
commit 1f16c8557d

View File

@@ -145,6 +145,7 @@ Plug 'sheerun/vim-polyglot'
let g:polyglot_disabled = ['javascript', 'jsx', 'latex']
Plug 'lervag/vimtex', { 'for': 'tex' }
let g:vimtex_view_method = 'zathura'
Plug 'wellle/targets.vim'