mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
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:
parent
9b79bc6a61
commit
d1f571bc48
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user