nvim-macos/lua/plugins/pastify.lua

10 lines
153 B
Lua
Raw Normal View History

2025-07-09 11:35:52 +02:00
return {
2025-07-09 14:05:39 +02:00
"TobinPalmer/pastify.nvim",
cmd = { "Pastify", "PastifyAfter" },
config = function()
require("pastify").setup({
opts = {},
})
end,
2025-07-09 11:35:52 +02:00
}