vimtex: Drop unnecessary vimtex_view_method

Seems to be handled automatically by xdg-open, so removing this makes
the config more portable.
This commit is contained in:
Donovan Glover 2024-05-20 00:31:43 -04:00
parent 9b79bc6a61
commit d1f571bc48
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -402,7 +402,6 @@ 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)