scratch.nvim
Simple scratch buffers for Neovimutility
manually-created
scratch.nvim enables you to easily open scratch buffers in the current window or in a new split window, and automatically switches to an existing scratch buffer if it's already open. The scratch buffer serves as a temporary workspace and is not associated with a file.
Install instructions
Dotfyle does not endorse any plugins. Install at your own risk.
{
"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 = {},
}
Developers using scratch.nvim
more configs
1
init.lua
90
3400
1
init.lua
90
2733
0
init.lua
43
2197
0
init.lua
46
1661