-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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:
fwolfst
Metadata
Metadata
Assignees
Labels
No labels

