-
Another alternative is fzf.el [1] which properly wraps fzf.
[1] https://github.com/bling/fzf.el
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
and another one, from the author of consult/vertico/..., minad, is affe: https://github.com/minad/affe
-
-
Could you explain more about this setup? I'm not familiar with "projectile". Is this https://github.com/bbatsov/projectile the same thing you're referring to?
Sounds interesting. What I've done recently is open my vim in the folder that contains all the organization's repos (the ones I've cloned) and just run ripgrep inside vim to find examples or references to whatever I've seeking. Seems performant enough even without doing anything except letting ripgrep ignore git-ignored stuff (default behavior of ripgrep).
-
Yes, that is exactly what I do. It is only a couple of lines.
https://github.com/PuercoPop/.emacs.d/blob/9d0b99d332d619fe3...