feat(nvim): install ppd.nvim

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

View File

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