Is your feature request related to a problem? Please describe.
I have written a basic plugin that looks for directories and then switches to the selected one, similar to fzcd
Describe the solution you'd like
I would like the plugin to know whether hidden files are active or not. If so, then I would include hidden directories in my search.
Describe alternatives you've considered
Mapping two different keys to two variations of the plugin.
Additional context
My plugin is very simple. It can be found here.