echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.74k stars 179 forks source link

[mini.pick] Unable to search hidden files #825

Closed thieung closed 4 months ago

thieung commented 4 months ago

Contributing guidelines

Module(s)

mini.pick

Description

Currently can not search hidden files, it would be nice if we can have an option to enable it. Thank you!

echasnovski commented 4 months ago

If you mean something like :Pick files or :Pick grep_live does not have hidden files in the output, then it is meant to be solved by configuring underlying CLI tool. They both use rg by default which can have --hidden line in configuration file to respect hidden files when searching.