Home

Awesome

notes.nvim

Simple Note Taking Plugin

Installation

Using lazy.nvim

{

  "dhananjaylatkar/notes.nvim",
  dependencies = {
    "nvim-telescope/telescope.nvim"
  },
  opts = {
    -- USE EMPTY FOR DEFAULT OPTIONS
    -- DEFAULTS ARE LISTED BELOW
  },
}

Configuration

You must run require("notes").setup() to initialize the plugin.

notes.nvim comes with following defaults:

{
  -- notes root dir
  root = os.getenv("HOME") .. "/code/notes/",
}

Commands

CommandAction
:NotesFindFind notes in root dir
:NotesGrepGrep notes in root dir
:NotesNewCreate new note in root dir