diff options
| author | HumanEntity <human_entity@icloud.com> | 2023-12-22 20:56:41 +0100 |
|---|---|---|
| committer | HumanEntity <human_entity@icloud.com> | 2023-12-22 20:56:41 +0100 |
| commit | 26f605ecf08800850fd02c5fee6d2b74d7ceea64 (patch) | |
| tree | 8fe1ec4d6918653b319f73f519c259637afa628f /lua/denote/config.lua | |
| download | simple-denote.nvim-26f605ecf08800850fd02c5fee6d2b74d7ceea64.tar.gz | |
Initial commit
Diffstat (limited to 'lua/denote/config.lua')
| -rw-r--r-- | lua/denote/config.lua | 13 |
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 |
