aboutsummaryrefslogtreecommitdiff
path: root/lua/denote/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/denote/config.lua')
-rw-r--r--lua/denote/config.lua13
1 files changed, 13 insertions, 0 deletions
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