nvim-macos/lua/plugins/pastify.lua

14 lines
298 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({
2025-07-14 15:57:50 +02:00
opts = {
absolute_path = true,
save = "local_file",
local_path = "Library/CloudStorage/OneDrive-VrijeUniversiteitAmsterdam/screenshots/",
},
2025-07-09 14:05:39 +02:00
})
end,
2025-07-09 11:35:52 +02:00
}