(nvim) map <leader>od to dailies

This commit is contained in:
jc 2024-07-23 12:35:58 -04:00
commit 559df327bb
No known key found for this signature in database

View file

@ -4,6 +4,10 @@ return {
lazy = true, lazy = true,
ft = "markdown", ft = "markdown",
enabled = true, enabled = true,
-- load plugin for eazy and fast creation of dailies
keys = {
{ "<leader>od", "<cmd>ObsidianToday<cr>", desc = "New obsidian daily note" },
},
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault: -- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
-- event = { -- event = {
-- -- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand'. -- -- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand'.