From 6f9b1291784d84fe019784a8b15be3161d2218c2 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Sat, 22 Dec 2018 19:47:36 +0100 Subject: [PATCH] Update vim-tex compiler --- vim/ftplugin/tex.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/ftplugin/tex.vim b/vim/ftplugin/tex.vim index e85ba32..3cc70bd 100644 --- a/vim/ftplugin/tex.vim +++ b/vim/ftplugin/tex.vim @@ -7,6 +7,7 @@ endif let g:latex_view_general_viewer = 'zathura' let g:vimtex_view_method = 'zathura' +let g:vimtex_compiler_progname = 'nvr' if has("nvim") if !exists('g:deoplete#omni#input_patterns')