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