Is there a solution for inserting a filename to a buffer (either to a normal buffer, or to the minibuffer) using a recursive fuzzy search, using the vertico + consult + corfu + cape ecosystem? Something like what consult-file
does, but instead of opening the selected file, insert the path of it to a buffer.
We have cape-file
, but it doesn’t fuzzy search in a recursive way.
For minibuffer completion, I created this, kind of works, but if there is an already developed, fully working solution, I’d rather use that. And I’m still interested in for a solution to use in a normal buffer that
corfu
could use.