From 037dce86c527467be41365713d2beebe489e71b9 Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 3 May 2021 21:45:36 +0530 Subject: vimtex pdf viewer --- after/ftplugin/tex.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'after/ftplugin') diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim index 995efef..88a9b0d 100644 --- a/after/ftplugin/tex.vim +++ b/after/ftplugin/tex.vim @@ -3,6 +3,7 @@ set spell spelllang=en_us " Does not highlight conceal highlight Conceal ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE +let g:vimtex_view_general_viewer = 'zathura' " VimTex specific settings set conceallevel=1 -- cgit v1.2.3