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

Fuzzy search not working #10

Open
zakissimo opened this issue Mar 17, 2022 · 0 comments
Open

Fuzzy search not working #10

zakissimo opened this issue Mar 17, 2022 · 0 comments

Comments

@zakissimo
Copy link

zakissimo commented Mar 17, 2022

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")

Peek 2022-03-17 18-58

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:

Peek 2022-03-17 19-01

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

No branches or pull requests

1 participant