Update init.lua
This commit is contained in:
@@ -565,4 +565,17 @@ require("lazy").setup({
|
|||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"https://git.sr.ht/~swaits/scratch.nvim",
|
||||||
|
lazy = true,
|
||||||
|
keys = {
|
||||||
|
{ "<leader>bs", "<cmd>Scratch<cr>", desc = "Scratch Buffer", mode = "n" },
|
||||||
|
{ "<leader>bS", "<cmd>ScratchSplit<cr>", desc = "Scratch Buffer (split)", mode = "n" },
|
||||||
|
},
|
||||||
|
cmd = {
|
||||||
|
"Scratch",
|
||||||
|
"ScratchSplit",
|
||||||
|
},
|
||||||
|
opts = {},
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user