14 lines
298 B
Lua
14 lines
298 B
Lua
return {
|
|
"TobinPalmer/pastify.nvim",
|
|
cmd = { "Pastify", "PastifyAfter" },
|
|
config = function()
|
|
require("pastify").setup({
|
|
opts = {
|
|
absolute_path = true,
|
|
save = "local_file",
|
|
local_path = "Library/CloudStorage/OneDrive-VrijeUniversiteitAmsterdam/screenshots/",
|
|
},
|
|
})
|
|
end,
|
|
}
|