mollerhoj / telescope-recent-files.nvim

18 stars 2 forks source link

Adapting to `find_files` on repo root or `git_files` #3

Open dycw opened 4 months ago

dycw commented 4 months ago

Hi, I love the idea of this extension -- it's almost exactly my mental workflow anyway.

One question; sometimes I find myself down inside a repo, but it would be helpful access other files within my repo. Currently this only does cwd by design. Is this extension easily doable , or you suggest forking and adapting?

mollerhoj commented 4 months ago

Should be quite easy: Have a look in the source: Its a single file. I didnt really know neovims apis/lua, and just copy pasted from telescopes source. I will be happy to accept a PR that does this however hacky the solution is👍

edit: come to think of it: This seems like something chatgpt could accomplish?