nvim-telescope / telescope-file-browser.nvim

File Browser extension for telescope.nvim
MIT License
1.68k stars 92 forks source link

(question): how to disable search bar #377

Closed PowerzinBR closed 6 months ago

PowerzinBR commented 6 months ago

Hello everyone, i'm kinda new exploring plugins, and i didn't find any thing related to that in the documentation (please warn me if it does exist), so. How to disable the search bar (if it's possible) in the file browser?

image

Thanks for answering me, i guess :D

jamestrew commented 6 months ago

Telescope (and by extension, this plugin) is a fuzzy finder over lists - so searching is kind of the whole point. If you're not interested in searching, then this plugin might not be for you.

PowerzinBR commented 6 months ago

I understand, thanks for the answer jamestrew.