diff options
Diffstat (limited to 'after/ftplugin/tex.vim')
-rw-r--r-- | after/ftplugin/tex.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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 |