10 lines
153 B
Lua
10 lines
153 B
Lua
return {
|
|
"TobinPalmer/pastify.nvim",
|
|
cmd = { "Pastify", "PastifyAfter" },
|
|
config = function()
|
|
require("pastify").setup({
|
|
opts = {},
|
|
})
|
|
end,
|
|
}
|