return { { "matze/wastebin.nvim", config = function () require("wastebin").setup({ url = "https://bin.xesc.de", open_cmd="xdg-open" }) end } }