Skip to content

tom-pollak/notepad.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

notepad.nvim

Super simple telescope extension to jot notes

  • create & update notes
  • tags
  • telescope fzf

Install

use {
  "nvim-telescope/telescope.nvim",
    requires = { "/Users/tom/projects/notepad.nvim" },
    config = function()
      local telescope = require "telescope"
      telescope.setup {
        telescope.load_extension "notepad"
      }
    end
}

Usage

:Telescope notepad


Based on https://github.com/oem/arachne.nvim

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages