Auto commit: 2024-11-08 19:45:02

This commit is contained in:
Daniel Fichtinger 2024-11-08 19:45:02 -05:00
parent a2d9e724d8
commit a21f977efb
2 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,12 @@ return {
enableOnVimEnter = true,
skipEnteringNoNeckPainBuffer = false,
},
buffers = {
scratchPad = {
enabled = true,
pathToFile = "~/SyncDocuments/scratch.md",
},
},
}
end,
}