Remove LaTeX under/overfull hbox warnings

This commit is contained in:
2025-08-26 14:49:32 +02:00
parent 9819328e1f
commit 34b51ab55a
3 changed files with 46 additions and 4 deletions

View File

@@ -70,10 +70,10 @@ local servers = {
filetypes = { "tex", "bib" },
settings = {
texlab = {
auxDirectory = ".",
bibtexFormatter = "texlab",
build = {
args = { "-pdf", "-interaction=nonstopmode", "-synctex=1", "%f" },
auxDirectory = ".",
executable = "latexmk",
forwardSearchAfter = false,
onSave = false
@@ -83,10 +83,13 @@ local servers = {
onOpenAndSave = false
},
diagnosticsDelay = 300,
formatterLineLength = -1,
forwardSearch = {
args = {}
diagnostics = {
ignoredPatterns = {
"Unused label",
-- "Unused entry",
},
},
formatterLineLength = -1,
latexFormatter = "latexindent",
latexindent = {
modifyLineBreaks = false