nvim config update

This commit is contained in:
Never Gude 2026-01-19 13:44:27 +01:00
parent 44d00ebb21
commit 66b146e4b5
3 changed files with 34 additions and 27 deletions

View file

@ -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,