fix: add diagnostic sign to status column
This commit is contained in:
parent
31e81ae7f2
commit
ca424f5fcf
|
@ -26,14 +26,8 @@ return {
|
||||||
"neo-tree"
|
"neo-tree"
|
||||||
},
|
},
|
||||||
segments = {
|
segments = {
|
||||||
-- diagnostic signs
|
|
||||||
{
|
{
|
||||||
sign = {
|
sign = { namespace = { "diagnostic/signs" }, maxwidth = 2, auto = true },
|
||||||
name = { "Diagnostic" },
|
|
||||||
colwidth = 2,
|
|
||||||
maxwidth = 1,
|
|
||||||
condition = { true }
|
|
||||||
},
|
|
||||||
click = "v:lua.ScSa"
|
click = "v:lua.ScSa"
|
||||||
},
|
},
|
||||||
-- line numbers
|
-- line numbers
|
||||||
|
|
Loading…
Reference in New Issue