Clément Joly
Clément Joly
Actually, I took another look and I used the config you shared @sgoudham. For me, this: ``` Telescope repo list theme=dropdown ``` gives the expected result, pretty much regardless of...
Ok, so there is currently no way to statically configure this in the call to `telescope.setup{…}`. I could make ```lua repo = { theme = "dropdown", list = { search_dirs...
@sirfz no worries. Thanks for finding this general setting, it's probably the best course of action here. @sgoudham I'll close this issue, feel free to reopen it or comment if...
Thanks for opening this issue. Are you suggesting to add this to the README, as an alternative installation option?
Hum, ok, I think I see. > I have no idea is it possible, but I will figure it out Please feel free to further comment on this issue (you...
Great, thank you!
@simrat39 Is there anything I can to do make merging this easier?
Thanks for filling this issue! This is actually a bug, due to this breaking change from [fd](https://github.com/sharkdp/fd/blob/master/CHANGELOG.md#v900): > Breaking: .git/ is now ignored by default when using --hidden / -H,...
This should be solved with #69. Feel free to reopen if you encounter further issues after updating to the latest master though.
Hi, thanks for taking the time to explain this! Let me think about this, I’ll try to come back to you this weekend.