We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The helm-rg command allows specification of paths to search, but the paths can only be directories, not files.
helm-rg
When specifying files, we get:
Debugger entered--Lisp error: (wrong-type-argument string nil cur-file) signal(wrong-type-argument (string nil cur-file))
Specifying files is necessary to properly support ignore patterns in helm-projectile's .projectile file.
helm-projectile
.projectile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
helm-rg
command allows specification of paths to search, but the paths can only be directories, not files.When specifying files, we get:
Specifying files is necessary to properly support ignore patterns in
helm-projectile
's.projectile
file.The text was updated successfully, but these errors were encountered: