conficonfigured texlab

This commit is contained in:
Kristofers Solo
2023-03-16 00:10:41 +02:00
parent 24480e24a8
commit bb27b5f5e5
3 changed files with 50 additions and 5 deletions

View File

@@ -0,0 +1,27 @@
return {
settings = {
texlab = {
auxDirectory = ".",
bibtexFormatter = "texlab",
build = {
args = { "-pdf", "-interaction=nonstopmode", "-synctex=1", "%f" },
executable = "xelatex",
forwardSearchAfter = false,
onSave = false,
},
chktex = {
onEdit = false,
onOpenAndSave = false,
},
diagnosticsDelay = 0,
formatterLineLength = 120,
forwardSearch = {
args = {},
},
latexFormatter = "latexindent",
latexindent = {
modifyLineBreaks = false,
},
},
},
}