aboutsummaryrefslogtreecommitdiff
path: root/lua/simple-denote/config.lua
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-22 16:31:09 -0400
committerhistoria <[not public]>2026-06-22 16:31:09 -0400
commit5c45d954f53a820b25b6e1fadc641d7c991c8506 (patch)
treeeb850dd4fd600cefad27950bee565ad6a9443777 /lua/simple-denote/config.lua
parent98607a8a8c206e4ab2d4d47fb60f2d439a9d37d4 (diff)
downloadsimple-denote.nvim-5c45d954f53a820b25b6e1fadc641d7c991c8506.tar.gz
feat: multiple notes directory support added. existing config remains backwards compatible so no worries.
Diffstat (limited to 'lua/simple-denote/config.lua')
-rw-r--r--lua/simple-denote/config.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/simple-denote/config.lua b/lua/simple-denote/config.lua
index efd69c0..2b82778 100644
--- a/lua/simple-denote/config.lua
+++ b/lua/simple-denote/config.lua
@@ -3,6 +3,7 @@ local M = {}
M.defaults = {
ext = "md",
dir = "~/notes/",
+ directories = {},
add_heading = true,
retitle_heading = true,
heading_char = "" -- This gets set automatically