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/init.lua | |
| parent | 6fe1f8d638bc3bfa52ff6433735f95a7eacbcba8 (diff) | |
| download | simple-denote.nvim-1bf7bc5b79636814db73a9148998c72fbe554d58.tar.gz | |
Fixed heading config
Diffstat (limited to 'lua/denote/init.lua')
| -rw-r--r-- | lua/denote/init.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lua/denote/init.lua b/lua/denote/init.lua deleted file mode 100644 index 5e04418..0000000 --- a/lua/denote/init.lua +++ /dev/null @@ -1,12 +0,0 @@ -local M = {} - -local cmd = require("denote.cmd") -local config = require("denote.config") - ----@param options? table user configuration -function M.setup(options) - config.options = vim.tbl_deep_extend("force", config.defaults, options or {}) - cmd.load_cmd(config.options) -end - -return M |
