summaryrefslogtreecommitdiff
path: root/after/ftplugin/tex.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftplugin/tex.vim')
-rw-r--r--after/ftplugin/tex.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim
index 895fcd9..b405d81 100644
--- a/after/ftplugin/tex.vim
+++ b/after/ftplugin/tex.vim
@@ -14,3 +14,6 @@ let g:vimtex_quickfix_ignore_filters = [
\ 'Over-specification in `v',
\ '\\headheight is too small'
\]
+
+let g:tex_flavor = "xelatex"
+let g:vimtex_view_general_viewer = 'zathura'