feat(nvim): add more paths for org agenda files
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
This commit is contained in:
parent
2abf5e5060
commit
0e3ceba316
@ -19,6 +19,7 @@ return {
|
|||||||
},
|
},
|
||||||
org_agenda_files = {
|
org_agenda_files = {
|
||||||
"~/Git/College/**/*",
|
"~/Git/College/**/*",
|
||||||
|
"~/Git/Projects/**/*",
|
||||||
"~/Notes/**/*",
|
"~/Notes/**/*",
|
||||||
vim.fn.stdpath("config") .. "/**/*",
|
vim.fn.stdpath("config") .. "/**/*",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user