From 1f16c8557d2b4fc7bad29f4dde6fd447f07b6e07 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 9 May 2019 19:30:23 +0200 Subject: [PATCH] set zathura as vimtex preview --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 8be1c1e..1692f30 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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'