Best plugin to navigate a mono repo

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)

1 Like

GitHub - ms-jpq/chadtree: File manager for Neovim. Better than NERDTree. has searching if I remember correctly.

Fugitive can be really nice for Git repos in general, monorepos included. I also have grepprg set to use Ripgrep.

Recently I’ve been using Neogit.

It’s really well integrated with NeoVim but it lacks some features like merging branches.

Right now it can create branches, commit, pull, push and rebase (even interactively)

How about neo-tree ?

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.