diff options
| author | workhorse <gravel.justness270@slmail.me> | 2024-06-03 16:47:42 -0400 |
|---|---|---|
| committer | workhorse <gravel.justness270@slmail.me> | 2024-06-03 16:47:42 -0400 |
| commit | 1bf7bc5b79636814db73a9148998c72fbe554d58 (patch) | |
| tree | 726034d44493fa264a819a1089429eb0213e5593 /lua/denote/config.lua | |
| parent | 6fe1f8d638bc3bfa52ff6433735f95a7eacbcba8 (diff) | |
| download | simple-denote.nvim-1bf7bc5b79636814db73a9148998c72fbe554d58.tar.gz | |
Fixed heading config
Diffstat (limited to 'lua/denote/config.lua')
| -rw-r--r-- | lua/denote/config.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lua/denote/config.lua b/lua/denote/config.lua deleted file mode 100644 index fe0d6ee..0000000 --- a/lua/denote/config.lua +++ /dev/null @@ -1,11 +0,0 @@ -local M = {} - -M.defaults = { - ext = "md", - dir = "~/notes/", - new_heading_on_retitle = true, -} - -M.options = M.defaults - -return M |
