blink show import source

This commit is contained in:
2025-06-20 19:50:49 +02:00
parent 2e1a6a23c2
commit 5fc86a5c65

View File

@@ -72,9 +72,14 @@ return {
border = "single", border = "single",
draw = { draw = {
padding = 2, padding = 2,
columns = { { "kind_icon" }, { "label" }, { "kind" } }, columns = { { "kind_icon" }, { "label" }, { "label_description" }, { "kind" } },
components = { components = {
label_description = {
width = { max = 50 },
text = function(ctx)
return ctx.label_detail
end,
},
kind = { kind = {
text = function(ctx) text = function(ctx)
return "(" .. ctx.kind .. ")" return "(" .. ctx.kind .. ")"