working path for screenshots
This commit is contained in:
parent
a8ed956b10
commit
bd7d9838c8
@ -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,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user