mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
Revert "vimtex: Drop unnecessary vimtex_view_method"
This breaks synctex support for zathura.
This commit is contained in:
parent
d1f571bc48
commit
b26094698c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user