mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
Changed texlab lsp config build.filename to use stringToLua function
This commit is contained in:
parent
7744a1a97f
commit
9811174419
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ in
|
|||
auxDirectory = ${stringToLua build.auxDirectory true},
|
||||
logDirectory = ${stringToLua build.logDirectory true},
|
||||
pdfDirectory = ${stringToLua build.pdfDirectory true},
|
||||
${if build.filename != null then ''filename = "${build.filename}",'' else ""}
|
||||
filename = ${stringToLua build.filename true},
|
||||
},
|
||||
forwardSearch = {
|
||||
executable = "${tl.forwardSearch.package}/bin/${tl.forwardSearch.executable}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue