Combination of oldfiles
and files
#2159
elanmed
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Your logic is sound but I’m not sure how much you want to invest in this, once #2152 is merged (still needs work but it’s getting there), you’ll be able to combine pickers as easy as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, I've been working on a function that's a combination of
oldfiles
andfiles
:oldfiles
in the targetcwd
listed first, everything fromfiles
after. I think this can function like a barebones version of telescope-frecency.nvim or snacks smart. Open to feedback!If I'm understanding all the coroutine logic correctly, this code should:
coroutine.wrap
, each oldfile can be added to the ui as its processed instead of waiting for the entire loop to finish.Beta Was this translation helpful? Give feedback.
All reactions