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? 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
After installing telescope and fzy native. Whenever I use telescope it's always exact matching for some reason.
Here's my config :
}, extensions = { fzy_native = { override_generic_sorter = false, override_file_sorter = true, }, }, }) require("telescope").load_extension("fzy_native")
I also tried fzf native with the fuzzy=true option although I think it's the default value. I don't know what I'm messing up.
Here's the desired behavior:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing telescope and fzy native. Whenever I use telescope it's always exact matching for some reason.
Here's my config :
I also tried fzf native with the fuzzy=true option although I think it's the default value. I don't know what I'm messing up.
Here's the desired behavior:
The text was updated successfully, but these errors were encountered: