mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 08:10:09 +01:00
Fixed typo
This commit is contained in:
parent
d42896be4a
commit
286f292127
1 changed files with 3 additions and 3 deletions
|
|
@ -287,9 +287,9 @@ in
|
|||
forwardSearchAfter = ${toString build.forwardSearchAfter},
|
||||
onSave = ${toString build.onSave},
|
||||
useFileList = ${toString build.useFileList},
|
||||
auxDirectory = "${toString build.auxDirectroy}",
|
||||
logDirectory = "${toString build.logDirectroy}",
|
||||
pdfDirectory = "${toString build.pdfDirectroy}",
|
||||
auxDirectory = "${toString build.auxDirectory}",
|
||||
logDirectory = "${toString build.logDirectory}",
|
||||
pdfDirectory = "${toString build.pdfDirectory}",
|
||||
${if build.filename != null then ''filename = "${build.filename}",'' else ""}
|
||||
},
|
||||
forwardSearch = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue