Highly extendable fuzzy finder over lists.
Using lazy.nvim:
{ 'nvim-telescope/telescope.nvim', dependencies = { 'nvim-lua/plenary.nvim' } }Use :Telescope find_files to search for files in your project.
Use :Telescope live_grep to search file contents.