AutoYADM commit: 2025-01-15 20:45:05

This commit is contained in:
Daniel Fichtinger 2025-01-15 20:45:06 -05:00
parent 54e4d4ab29
commit 98108cd248

View file

@ -1,9 +1,31 @@
return { return {
"nvim-orgmode/orgmode", {
event = "VeryLazy", "nvim-orgmode/orgmode",
ft = { "org" }, event = "VeryLazy",
opts = { ft = { "org" },
org_agenda_files = "~/orgfiles/**/*", opts = {
org_default_notes_file = "~/orgfiles/refile.org", org_agenda_files = "~/orgfiles/**/*",
org_default_notes_file = "~/orgfiles/refile.org",
},
},
{
"chipsenkbeil/org-roam.nvim",
-- tag = "0.1.1",
dependencies = {
{
"nvim-orgmode/orgmode",
-- tag = "0.3.7",
},
},
config = function()
require("org-roam").setup({
directory = "~/orgfiles/roam",
-- optional
})
end,
},
{
"akinsho/org-bullets.nvim",
opts = {},
}, },
} }