nvim config update
This commit is contained in:
parent
44d00ebb21
commit
66b146e4b5
3 changed files with 34 additions and 27 deletions
|
|
@ -140,13 +140,13 @@ return {
|
|||
rootDirectory = nil,
|
||||
build = {
|
||||
executable = 'latexmk',
|
||||
args = { '-pdf', '-interaction=nonstopmode', '-synctex=1', '%f' },
|
||||
onSave = false,
|
||||
forwardSearchAfter = false,
|
||||
args = { '-lualatex', '-interaction=nonstopmode', '-synctex=1', '%f' },
|
||||
onSave = true,
|
||||
forwardSearchAfter = true,
|
||||
},
|
||||
forwardSearch = {
|
||||
executable = nil,
|
||||
args = {},
|
||||
executable = 'okular',
|
||||
args = {'--unique', 'file:%p#src:%l%f'},
|
||||
},
|
||||
chktex = {
|
||||
onOpenAndSave = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue