Compare commits
No commits in common. "0e3ceba316b51042d16caa4419d706603258d0e1" and "49c2a1da09d17483f3321fa8e9e4d5d9694fe172" have entirely different histories.
0e3ceba316
...
49c2a1da09
@ -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") .. "/**/*",
|
||||||
},
|
},
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
return {
|
|
||||||
{
|
|
||||||
"PriceHiller/ppd.nvim",
|
|
||||||
config = function()
|
|
||||||
require("ppd").setup()
|
|
||||||
vim.cmd.cnoreabbrev("pushd", "Pushd")
|
|
||||||
vim.cmd.cnoreabbrev("popd", "Popd")
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user