9 lines
189 B
Lua
9 lines
189 B
Lua
return {
|
|
"nvim-orgmode/orgmode",
|
|
event = "VeryLazy",
|
|
ft = { "org" },
|
|
opts = {
|
|
org_agenda_files = "~/orgfiles/**/*",
|
|
org_default_notes_file = "~/orgfiles/refile.org",
|
|
},
|
|
}
|