fix(fzf): lowercase symbols
This commit is contained in:
@ -86,7 +86,7 @@ return {
|
|||||||
return "TroubleIcon" .. s
|
return "TroubleIcon" .. s
|
||||||
end,
|
end,
|
||||||
symbol_fmt = function(s)
|
symbol_fmt = function(s)
|
||||||
return s .. "\t"
|
return s:lower() .. "\t"
|
||||||
end,
|
end,
|
||||||
child_prefix = false,
|
child_prefix = false,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user