At work I work on a mono repo (1 repository that contains a lot of different projects) do u guys recommend a plugin that helps navigate?
nvim-tree is a hassle to work within huge projects, I would love something like nvim-tree but with searching
I do use telescope but its a lot of typing to make sure I go in the right place
From the cli broot search function helps a lot (searches and still shows the nested directories while searching)
It has fuzzy finder for searching both files and directories without sacrificing speed. Plus it is able to create Git tab not only to show the changed files but also to run Git commands.