Hacker News new | ask | show | jobs
by RMPR 2174 days ago
>99% of my plugin usage is fzf

Even that can be handled by Vim ootb, just add

   path+=** 
to your vimrc and you're set, you can recursively :find pretty much anything in the folder where you opened Vim and you can even go fuzzy, for how it works in practice: https://youtu.be/XA2WjJbmmoM?t=493