telescope-repo.nvim
telescope-repo.nvim copied to clipboard
Add exclude dirs
I found that trepo is including packer installed plugins and other repos that I really don't want to end up in the search.
Which is easiest:
- modify the
locatecommand to exclude dirs. - modify trepo?
This exists already actually, just by leveraging telescope’s filtering capabilities: https://cj.rs/telescope-repo-nvim/#exclude-irrelevant-results
However, it looks like it’s not easy to find in the README, if you have an idea of where to put it in the readme, feel free.
Ah ofc, yeah I will look at this later and see if I can fix it. If so I'll add it to readme.