fix(fzf): lowercase symbols

This commit is contained in:
Folke Lemaitre
2024-06-11 07:44:32 +02:00
parent ba3aec7b48
commit d1d24fa077

View File

@ -86,7 +86,7 @@ return {
return "TroubleIcon" .. s
end,
symbol_fmt = function(s)
return s .. "\t"
return s:lower() .. "\t"
end,
child_prefix = false,
},