[Scratch] Add
This commit is contained in:
9
nvim/lua/plugins/util/scratch.lua
Normal file
9
nvim/lua/plugins/util/scratch.lua
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user