diff options
| author | historia <[not public]> | 2026-06-22 16:31:09 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-22 16:31:09 -0400 |
| commit | 5c45d954f53a820b25b6e1fadc641d7c991c8506 (patch) | |
| tree | eb850dd4fd600cefad27950bee565ad6a9443777 /lua/simple-denote/config.lua | |
| parent | 98607a8a8c206e4ab2d4d47fb60f2d439a9d37d4 (diff) | |
| download | simple-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.lua | 1 |
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 |
