marks.nvim icon indicating copy to clipboard operation
marks.nvim copied to clipboard

Feature request: Telescope extension

Open lmburns opened this issue 3 years ago • 8 comments

I like to use both the quickfix window and telescope. I think that it would be cool if there was some sort of telescope extension that could be packaged with this plugin

lmburns avatar Jun 09 '22 22:06 lmburns

Telescope integration would be cool, but should probably be implemented in a separate plugin. I’d rather not add and maintain support for another plugin that I don’t personally use

chentoast avatar Jun 10 '22 15:06 chentoast

Alright, I'll look into creating something like this. I know that telescope already has a marks picker builtin, but it is the same output of the marks command. I've already got something I've started on a while back that was integrating this plugin with telescope. For me to create it as a plugin and publish it apart from my dotfiles repository, I'll need to do a little bit more to it and add configuration options.

The reason that I created this is because some other plugins (e.g., folke/todo-comments.nvim) provide both a quickfix and telescope version. I use both, but I understand. I'll close this and look into creating a plugin sometime fairly soon.

lmburns avatar Jun 11 '22 04:06 lmburns

I'm reopening this issue because ideally the plugin would expose bookmark information in a more easily accessible way rather than requiring any telescope extension to plumb through require'marks'.bookmark_state.

chentoast avatar Jun 14 '22 20:06 chentoast