feat(fzf): prettier document symbols

This commit is contained in:
Folke Lemaitre 2024-06-11 07:42:21 +02:00
parent 638769d320
commit ba3aec7b48
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -80,6 +80,17 @@ return {
["alt-h"] = { actions.toggle_hidden }, ["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 = { formatters = {
path = { path = {
hl = { hl = {