diagnostics in status column auto closes when empty
This commit is contained in:
parent
c80f37810a
commit
e8016d5020
|
@ -16,9 +16,9 @@ return {
|
||||||
sign = {
|
sign = {
|
||||||
name = { "Diagnostic" },
|
name = { "Diagnostic" },
|
||||||
colwidth = 2,
|
colwidth = 2,
|
||||||
maxwidth = 1,
|
maxwidth = 1
|
||||||
condition = { true }
|
|
||||||
},
|
},
|
||||||
|
auto = true,
|
||||||
click = "v:lua.ScSa"
|
click = "v:lua.ScSa"
|
||||||
},
|
},
|
||||||
-- line numbers
|
-- line numbers
|
||||||
|
|
Loading…
Reference in New Issue