From 26f605ecf08800850fd02c5fee6d2b74d7ceea64 Mon Sep 17 00:00:00 2001 From: HumanEntity Date: Fri, 22 Dec 2023 20:56:41 +0100 Subject: Initial commit --- lua/denote/config.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lua/denote/config.lua (limited to 'lua/denote/config.lua') diff --git a/lua/denote/config.lua b/lua/denote/config.lua new file mode 100644 index 0000000..f6ec007 --- /dev/null +++ b/lua/denote/config.lua @@ -0,0 +1,13 @@ +local M = { + config = { + filename = { + ext = "norg", + date_sep = "_", + name_sep = "-", + tag_sep = "=", + }, + vault_dir = "~/.denote/", + }, +} + +return M -- cgit v1.2.3