From bd7d9838c8bde6fa6a734444bc64adb73cc4690f Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Mon, 14 Jul 2025 15:57:50 +0200 Subject: [PATCH] working path for screenshots --- lua/plugins/pastify.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/plugins/pastify.lua b/lua/plugins/pastify.lua index 9e45f2d..26a184c 100644 --- a/lua/plugins/pastify.lua +++ b/lua/plugins/pastify.lua @@ -3,7 +3,11 @@ return { cmd = { "Pastify", "PastifyAfter" }, config = function() require("pastify").setup({ - opts = {}, + opts = { + absolute_path = true, + save = "local_file", + local_path = "Library/CloudStorage/OneDrive-VrijeUniversiteitAmsterdam/screenshots/", + }, }) end, }