add bin plugin

This commit is contained in:
xesc 2024-08-31 18:45:08 +02:00
parent 4bf1e1caae
commit be5aaacc14

11
lua/plugin/bin.lua Normal file
View file

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