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,4 +1,5 @@
return { return {
{
"nvim-orgmode/orgmode", "nvim-orgmode/orgmode",
event = "VeryLazy", event = "VeryLazy",
ft = { "org" }, ft = { "org" },
@ -6,4 +7,25 @@ return {
org_agenda_files = "~/orgfiles/**/*", org_agenda_files = "~/orgfiles/**/*",
org_default_notes_file = "~/orgfiles/refile.org", 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 = {},
},
} }