[Perf] Start performance improvements

This commit is contained in:
2025-11-10 15:26:18 +01:00
parent 5dfca5bb8b
commit 3b9e90ea5a
16 changed files with 37 additions and 66 deletions
+3 -6
View File
@@ -1,9 +1,6 @@
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,
keys = {
{ "<leader><leader>+", ":Scratch<CR>", desc = "Open a scratchpad" }
}
}