Revert "vimtex: Drop unnecessary vimtex_view_method"

This breaks synctex support for zathura.
This commit is contained in:
Donovan Glover 2024-05-20 01:01:04 -04:00
parent d1f571bc48
commit b26094698c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -402,6 +402,7 @@ in
config = /* vim */ ''
let g:vimtex_mappings_enabled = 0
let g:vimtex_imaps_enabled = 0
let g:vimtex_view_method = 'zathura'
let g:vimtex_compiler_latexmk = {'build_dir': '.tex'}
nnoremap <localleader>f <plug>(vimtex-view)