Skip to content
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

Allow the user to choose the file listing tool #20

Merged
merged 1 commit into from
Jan 14, 2018

Conversation

srstevenson
Copy link
Owner

If the user wishes to use a file listing tool other than ripgrep, they can now do so by setting g:picker_find_executable to the name of the executable, and g:picker_find_flags to any command line flags required by it. For example, to use fd set:

let g:picker_find_executable = 'fd'
let g:picker_find_flags = '--color=never'

If the user wishes to use a file listing tool other than ripgrep, they
can now do so by setting `g:picker_find_executable` to the name of the
executable, and `g:picker_find_flags` to any command line flags required
by it.
@srstevenson srstevenson self-assigned this Jan 14, 2018
@srstevenson srstevenson merged commit 4bdaa97 into master Jan 14, 2018
@srstevenson srstevenson deleted the configurable-find-tool branch January 14, 2018 11:49
@srstevenson srstevenson removed their assignment Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant