feat(nvim): add stdpath of nvim config to org agenda files

This commit is contained in:
Price Hiller 2024-02-19 04:53:24 -06:00
parent b492ad7e0d
commit 42a51802fb
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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,