diff options
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 |
