working path for screenshots

This commit is contained in:
Joost Agterhoek 2025-07-14 15:57:50 +02:00
parent a8ed956b10
commit bd7d9838c8

View File

@ -3,7 +3,11 @@ return {
cmd = { "Pastify", "PastifyAfter" }, cmd = { "Pastify", "PastifyAfter" },
config = function() config = function()
require("pastify").setup({ require("pastify").setup({
opts = {}, opts = {
absolute_path = true,
save = "local_file",
local_path = "Library/CloudStorage/OneDrive-VrijeUniversiteitAmsterdam/screenshots/",
},
}) })
end, end,
} }