[Scratch] Add

This commit is contained in:
2025-10-23 16:21:10 +02:00
parent 28fe002ea0
commit 7ab0fc27c8

View File

@@ -0,0 +1,9 @@
return {
"LintaoAmons/scratch.nvim",
event = "VeryLazy",
config = function()
local opts = require("utils").opts
vim.keymap.set("n", "<leader><leader>+", ":Scratch<CR>", opts("Open a scratchpad"))
end,
}