(nvim) map <leader>od to dailies
This commit is contained in:
parent
63d4172264
commit
559df327bb
1 changed files with 4 additions and 0 deletions
|
|
@ -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'.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue