[Perf] Start performance improvements
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user