Compare commits

..

No commits in common. "0e3ceba316b51042d16caa4419d706603258d0e1" and "49c2a1da09d17483f3321fa8e9e4d5d9694fe172" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View File

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

View File

@ -1,10 +0,0 @@
return {
{
"PriceHiller/ppd.nvim",
config = function()
require("ppd").setup()
vim.cmd.cnoreabbrev("pushd", "Pushd")
vim.cmd.cnoreabbrev("popd", "Popd")
end,
},
}