Add a feature to toggle the inclusion/exclusion of hidden files in searches.
Fix #34
Changes Introduced
Introduce a <C-h> key binding that effortlessly switches between including (--no-ignore and --hidden flags) and excluding (--ignore and --no-hidden flags) hidden files in searches.
Implementation
Add an action to toggle include/exclude hidden files from the search results.
Add default key binding <C-h> for toggle functionality.
Set the default value depending on the config value (vimgrep_arguments).
Description
Add a feature to toggle the inclusion/exclusion of hidden files in searches. Fix #34
Changes Introduced
Introduce a
<C-h>
key binding that effortlessly switches between including (--no-ignore
and--hidden
flags) and excluding (--ignore
and--no-hidden
flags) hidden files in searches.Implementation
<C-h>
for toggle functionality.vimgrep_arguments
).Screenshot
https://github.com/fdschmidt93/telescope-egrepify.nvim/assets/44394399/e931f35a-ebd2-47d0-99b2-cdb58439f90f