feat(nvim): add home manager to org agenda paths
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 44s

This commit is contained in:
Price Hiller 2024-08-25 01:35:32 -05:00
parent f07b45a367
commit 7ad1cdb5cb
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -18,6 +18,8 @@ return {
"~/Git/College/**/*", "~/Git/College/**/*",
"~/Git/Projects/**/*", "~/Git/Projects/**/*",
"~/Notes/**/*", "~/Notes/**/*",
"~/.config/home-manager/*",
"~/.config/home-manager/docs/**/*",
vim.fn.stdpath("config") .. "/**/*", vim.fn.stdpath("config") .. "/**/*",
}, },
notifications = { notifications = {