diagnostics in status column auto closes when empty

This commit is contained in:
Sven Vogel 2024-03-03 21:36:20 +01:00
parent c80f37810a
commit e8016d5020
1 changed files with 2 additions and 2 deletions

View File

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