AutoYADM commit: 2025-01-24 16:25:05

This commit is contained in:
Daniel Fichtinger 2025-01-24 16:25:06 -05:00
parent aac56a6789
commit 253a80e0d2
2 changed files with 7 additions and 0 deletions

View file

@ -42,6 +42,12 @@ return {
icon = "",
key = "a",
},
{
action = pick,
desc = " Projects",
icon = "",
key = "p",
},
{
action = function()
vim.api.nvim_input("<CMD>ObsidianQuickSwitch<CR>")

View file

@ -0,0 +1 @@
return {}