mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 17:03:39 +02:00
feat(fzf): prettier document symbols
This commit is contained in:
parent
638769d320
commit
ba3aec7b48
1 changed files with 11 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue