nvim-telescope / telescope-github.nvim

Integration with github cli
MIT License
221 stars 19 forks source link

nonblocking when calling pickers #2

Closed kkharji closed 3 years ago

kkharji commented 3 years ago

It would be awesome if running command doesn't block instance, instead either implement the picker as a callback or launch the picker then do the fetching.

A caching system might be a good idea as well