diff --git a/users/price/dots/.config/nvim/lua/plugins/configs/ppd.lua b/users/price/dots/.config/nvim/lua/plugins/configs/ppd.lua new file mode 100644 index 00000000..d057893e --- /dev/null +++ b/users/price/dots/.config/nvim/lua/plugins/configs/ppd.lua @@ -0,0 +1,10 @@ +return { + { + "PriceHiller/ppd.nvim", + config = function() + require("ppd").setup() + vim.cmd.cnoreabbrev("pushd", "Pushd") + vim.cmd.cnoreabbrev("popd", "Popd") + end, + }, +}