crusj / bookmarks.nvim

Remember file locations and sort by time and frequency and support telescope.
MIT License
222 stars 17 forks source link

Any plans to integrate this with telescope? #14

Closed dpkpnm closed 1 year ago

dpkpnm commented 1 year ago

Plugin is great any plans to integrate it with telescope for easy search.

lytex commented 1 year ago

A good starting point could be this telescope extension of another bookmark extension:

https://github.com/tom-anders/telescope-vim-bookmarks.nvim

In theory it's just keeping the same structure, and replacing functions calls from one bookmark extension to another

crusj commented 1 year ago

I will.

crusj commented 1 year ago

I have initially integrated telescope, you can use the git branch integrate-with-telescope for trial and feedback. require("telescope").load_extension("bookmarks") @dpkpnm @lytex