blink show import source
This commit is contained in:
@@ -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 .. ")"
|
||||||
|
|||||||
Reference in New Issue
Block a user