Skip to content

tetsuya28/memo.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

memo.nvim

This plugin allows you to quickly take notes from anywhere within Neovim with floating window.

Installation

Lazy

require("lazy").setup({
    {
        "tetsuya28/memo.nvim",
    },
})

require("memo").setup({
    save_dir = vim.fn.expand("$HOME/memos"),
    width = 150,
    height = 50,
})

Options

Key Description Default
save_dir Directory to save memo files $HOME/memos
width Width of memo window 150
height Height of memo window 50

Usage

  • :MemoNew - Open memo ( default title is current datetime )

    • :MemoNew <title> - Open memo with title
  • :MemoOpen <title> - Open memo with title

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages