feat: script: edit-clipboard

This commit is contained in:
js0ny 2025-11-14 08:17:38 +00:00
parent 4977346e60
commit f80d83bbd7
14 changed files with 133 additions and 71 deletions

View file

@ -88,13 +88,13 @@ return {
img_dirs = { "90 - System/Assets" },
},
},
-- keys = {
-- {
-- "<leader>ft",
-- function()
-- require("snacks").explorer()
-- end,
-- desc = "Toggle File Explorer",
-- },
-- },
keys = {
{
"<leader>ba",
function()
require("snacks").dashboard()
end,
desc = "Toggle Dashboard";
},
},
}