feat(fzf): prettier document symbols

This commit is contained in:
Folke Lemaitre
2024-06-11 07:42:21 +02:00
parent 638769d320
commit ba3aec7b48

View File

@ -80,6 +80,17 @@ return {
["alt-h"] = { actions.toggle_hidden },
},
},
lsp = {
symbols = {
symbol_hl = function(s)
return "TroubleIcon" .. s
end,
symbol_fmt = function(s)
return s .. "\t"
end,
child_prefix = false,
},
},
formatters = {
path = {
hl = {