From f241f69758bb8f7fbcfccd9735aea3f75b3e30cf Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Wed, 4 Jun 2025 01:31:19 +0530 Subject: after: ftplugin: tex: Setting tex flavor and default viewer Setting tex flavor to xelatex and default viewer to zathura Signed-off-by: Brahmajit Das --- after/ftplugin/tex.vim | 3 +++ 1 file changed, 3 insertions(+) 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' -- cgit v1.2.3