pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.34k stars 127 forks source link

[ Feature Request ] support fzf-lua #206

Closed ldelossa closed 1 year ago

ldelossa commented 2 years ago

Issue Description

Type: feature request

Describe what happened (or what feature you want)

I have a very heavy fzf-lua workflow. I'd like to try octo.nvim but I'd rather not depend on telescope since I already use another fuzzy searcher.

Describe what you expected to happen

Create support for fzf-lua: https://github.com/ibhagwan/fzf-lua as well as telescope. I think this is a safe beat since a lot of people love fzf.

jin-ahn commented 2 years ago

Same here, Would love to use fzf instead of telescope!

pwntester commented 2 years ago

I will decouple octo from telescope as part of #195 so people can contribute other pickers but I dont have time to support each existing picker

pwntester commented 2 years ago

@ldelossa @jin-ahn I have decoupled octo from telescope. Please see comments in #195 to see how to implement a provider for fzf-lua. Feedback is welcomed

pythops commented 1 year ago

Any progress on that one ? :pray:

pwntester commented 1 year ago

No sorry, once decoupled, Im happy to receive PRs for other fuzzy providers but Im not planning on implementing this myself

mhanberg commented 1 year ago

I recently switched to fzf-lua from fzf.vim and am going to work octo into my workflow, so I'll chip away at this as I get time.