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, }