summaryrefslogtreecommitdiff
path: root/lua/telescope/sorters.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/sorters.lua')
-rw-r--r--lua/telescope/sorters.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/sorters.lua b/lua/telescope/sorters.lua
index 1ad9deb..6817c97 100644
--- a/lua/telescope/sorters.lua
+++ b/lua/telescope/sorters.lua
@@ -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