mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
feat(explorer): disable fuzzy searches by default for explorer since it's too noisy and we can't sort on score due to tree view
This commit is contained in:
parent
d4e63531c9
commit
b07788f14a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ M.explorer = {
|
|||
-- your config under `opts.picker.sources.explorer`
|
||||
-- layout = { layout = { position = "right" } },
|
||||
formatters = { file = { filename_only = true } },
|
||||
matcher = { sort_empty = false },
|
||||
matcher = { sort_empty = false, fuzzy = false },
|
||||
config = function(opts)
|
||||
return require("snacks.picker.source.explorer").setup(opts)
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue