feat(nvim): add stdpath of nvim config to org agenda files
This commit is contained in:
parent
b492ad7e0d
commit
42a51802fb
@ -17,6 +17,7 @@ return {
|
|||||||
org_agenda_files = {
|
org_agenda_files = {
|
||||||
"~/Git/College/**/*",
|
"~/Git/College/**/*",
|
||||||
"~/Notes/**/*",
|
"~/Notes/**/*",
|
||||||
|
vim.fn.stdpath("config") .. "/**/*"
|
||||||
},
|
},
|
||||||
notifications = {
|
notifications = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user