feat(nvim): add more paths for org agenda files
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s

This commit is contained in:
Price Hiller 2024-07-06 10:53:15 -05:00
parent 2abf5e5060
commit 0e3ceba316
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -19,6 +19,7 @@ return {
},
org_agenda_files = {
"~/Git/College/**/*",
"~/Git/Projects/**/*",
"~/Notes/**/*",
vim.fn.stdpath("config") .. "/**/*",
},