Skip to content

delphinus/telescope-memo.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

telescope-memo.nvim

telescope-memo is an extension for telescope.nvim that provides its users with operating mattn/memo.

Installation

use{
  'nvim-telescope/telescope.nvim',
  requires = {
    'delphinus/telescope-memo.nvim',
  },
  config = function()
    require'telescope'.load_extension'memo'
  end,
}

Usage

list

:Telescope memo list

Running memo list and list notes.

live_grep

:Telescope memo live_grep

Running telescope.builtin.live_grep on memo_dir.

grep_string

:Telescope memo grep_string

Running telescope.builtin.grep_string on memo_dir.

grep

DEPELECATED

:Telescope memo grep

Running telescope.builtin.live_grep on memo_dir.

TODO

  • memo grep
  • memo new and others
  • enable to set path for memo executable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages