Select a color scheme for your Dotfyle experience

swaits / scratch.nvim

scratch.nvim

Simple scratch buffers for Neovim
17 1 0 5 days ago
utility 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 83 2627