stuff
This commit is contained in:
parent
225bb398f1
commit
8cd6349334
3 changed files with 18 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue