https://github.com/arakkkkk/telescope-memolist.nvim
https://github.com/arakkkkk/telescope-memolist.nvim
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arakkkkk/telescope-memolist.nvim
- Owner: arakkkkk
- Created: 2024-05-24T10:00:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T00:47:24.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:11:23.641Z (10 months ago)
- Language: Lua
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telescope-memolist.nvim
## Instration
* lazynvim
```
use{
'nvim-telescope/telescope.nvim',
requires = {
'delphinus/telescope-memolist.nvim',
},
config = function()
require("telescope").load_extension("memolist")
end,
}
```
## Mappings
```
map("n", "ml" "Telescope memolist list")
map("n", "mg", "Telescope memolist live_grep")
```