This commit is contained in:
Never Gude 2026-02-25 14:51:53 +01:00
parent 225bb398f1
commit 8cd6349334
3 changed files with 18 additions and 5 deletions

View file

@ -145,8 +145,17 @@ return {
forwardSearchAfter = true,
},
forwardSearch = {
executable = 'okular',
args = {'--unique', 'file:%p#src:%l%f'},
executable = 'sioyek',
args = {
'--inverse-search',
'--reuse-instance',
'file:%p#src:%l%f',
'--forward-search-file',
'%f',
'--forward-search-line',
'%l',
'%p'
},
},
chktex = {
onOpenAndSave = false,