AutoYADM commit: 2025-01-15 20:45:05
This commit is contained in:
parent
54e4d4ab29
commit
98108cd248
1 changed files with 28 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
return {
|
||||
{
|
||||
"nvim-orgmode/orgmode",
|
||||
event = "VeryLazy",
|
||||
ft = { "org" },
|
||||
|
@ -6,4 +7,25 @@ return {
|
|||
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 = {},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue