mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-08 21:05:05 +00:00
fix(sorters): add highlighter to fuzzy_with_index_bias (#2134)
(cherry picked from commit 454823222d)
This commit is contained in:
committed by
Simon Hauser
parent
7bad079d46
commit
758b2b7978
@@ -430,6 +430,7 @@ sorters.fuzzy_with_index_bias = function(opts)
|
||||
return math.min(math.pow(entry.index, 0.25), 2) * base_score
|
||||
end
|
||||
end,
|
||||
highlighter = fuzzy_sorter.highlighter,
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user