Hello, I have findprg set like this: set findprg='fd %A %s'
But when I run :find logo folder/, it doesn't work correctly and doesn't take into account that it should be searched only in folder/. (This is fd's format)
Another issue is the find command doesn't complete if I type :find logo <complete here> for the folder part. I have to type :find <complete folder here first> and then put the cursor between find and the folder name to input my search term.
Is this possible? Thank you!