swaits
/
scratch.nvim
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
david-0609/kickstart.nvim
/
1
init.lua
90
2733
pathmann/dotfiles
/.config/nvim
0
init.lua
38
1588