feat(nvim): install ppd.nvim
This commit is contained in:
parent
49c2a1da09
commit
2abf5e5060
10
users/price/dots/.config/nvim/lua/plugins/configs/ppd.lua
Normal file
10
users/price/dots/.config/nvim/lua/plugins/configs/ppd.lua
Normal 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,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user