-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
g:Lf_WildIgnore doesn't seem to work anymore #53
Comments
By default LeaderF use |
Hey, sorry for the delay. Indeed, It would be nice to have both: follow the Would be nice to reopen the issue, considering this request. Thanks! |
Fixed, but only available for hg, not for git. |
That's weird, it's not deterministic... But thanks mate ;) |
I've let g:Lf_UseVersionControlTool = 0 set but its still ignoring files form .gitignore. How can I ignore the .gitignore? |
Is this option (g:Lf_WildIgnore) working for regex mode?
But |
yes |
@Yggdroot Do you mean it should be working for regex mode? But why I cannot ignore the files? Is my setting correct? What else should I do to make it work? |
these options only work for |
@Yggdroot Thank you. This command |
@Yggdroot |
file "/root/.vim/plugged/LeaderF/autoload/leaderf/python/leaderf/cli.py", line 696, in input^@ callback()^@ File "/root/.vim/plugged/LeaderF/autoload/l find key word cannot use |
Please install rg first. |
I used
g:Lf_WildIgnore
in my .vimrc to filter out some unwanted binary files. But until recently, it doesn't seem to filter anything anymore, the default filters works (e.g.'*.o'
), but not my filters (e.g.'*.a'
).I tested with that and I still see the *.a files:
The text was updated successfully, but these errors were encountered: