ibhagwan / fzf-lua

Improved fzf.vim written in lua
MIT License
2.37k stars 151 forks source link

feat(file_ignore_globs): maybe a replacement of `file_ignore_patterns` for `rg`/`fd` #1448

Closed phanen closed 2 months ago

phanen commented 2 months ago
ibhagwan commented 2 months ago

Ty @phanen for the work but I wouldn’t like to merge this, although this might be more convenient in your use case I find this counterintuitive and confusing to use:

phanen commented 2 months ago

Didn't think about it that much before, thank you for pointing it out.

BTW, just found this to be a pseudo-requirement, as I could easily use .rgignore/.fdignore to achieve that. (:

ibhagwan commented 2 months ago

BTW, just found this to be a pseudo-requirement, as I could easily use .rgignore/.fdignore to achieve that. (:

You’re right I didn’t think about that either.