Skip to content

mzguntalan/scratchpad.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scratchpad.nvim

Have a handy scratchpad contained within a floating window and saved at .scratchpad.md on the root of your directory. Use it for taking notes or a todo.

Demo Scratchpad

Installation

Packer

use 'mzguntalan/scratchpad.nvim'

Usage

Basic Usage

require('scratchpad').setup({})

All Configurable Parameters

Here are the defaults

opts = {
    keymap = {
        toggle = '<C-S-p>',
        done_undone = '<C-S-o>',
    },
    width = 0.5,  -- 50% of screen width
    height = 0.7, -- 70% of screen height
    file_path = '.scratchpad.md'
}

require('scratchpad').setup()

Releases

No releases published

Packages

No packages published

Languages