Browse Source

Update vim-tex compiler

coc
Schneider 5 years ago
parent
commit
6f9b129178
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 1
      vim/ftplugin/tex.vim

1
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')

Loading…
Cancel
Save