fix: add diagnostic sign to status column

This commit is contained in:
Sven Vogel 2024-11-24 17:35:08 +01:00
parent 31e81ae7f2
commit ca424f5fcf
1 changed files with 1 additions and 7 deletions

View File

@ -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