local M = {} M.defaults = { ext = "md", dir = "~/notes/", directories = {}, add_heading = true, retitle_heading = true, heading_char = "" -- This gets set automatically } M.options = M.defaults return M