Open asynchroza opened 6 months ago
@asynchroza I think I've found the root cause of the issue. A useless -not -path
options within find
command were excluding all the files if your path contains any .
folder, e.g. ~/.config/my-project
. Created a fix.
Good stuff, @obukhovaa! I just pulled your changes locally and they work. Will surely make life a lot easier.
I'm having this same issue
Did you check docs and existing issues?
Neovim Version (nvim -v)
NVIM v0.9.5
Operating System / Version
MacOS Sonoma 14.4.1
Describe the Bug
Filter doesn't seem to be doing anything. No exception messages are shown, but no results are returned.
Screenshots, Traceback
Steps to Reproduce
.lua
extension.Expected Behavior
It should display all files including
.lua
Your Configuration