Skip to content

aymenhafeez/scratch.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scratch.nvim

Toggle a floating 'scratch' window.

Installation

Lazy

{
  "aymenhafeez/scratch.nvim",
  config = function()
    -- create 'Scratch' command
    vim.cmd([[command! Scratch lua require'scratch'.ToggleScratch(config)]])
  end
}

Packer

use {
  "aymenhafeez/scratch.nvim",
  -- create 'Scratch' command
  config = function()
    vim.cmd([[command! Scratch lua require'scratch'.ToggleScratch(config)]])
  end
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages