From e8016d5020c5eae9fdfdace27d7fb0461bc19947 Mon Sep 17 00:00:00 2001 From: servostar Date: Sun, 3 Mar 2024 21:36:20 +0100 Subject: [PATCH] diagnostics in status column auto closes when empty --- lua/plugins/statuscol.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/statuscol.lua b/lua/plugins/statuscol.lua index a91a025..4e03d2a 100644 --- a/lua/plugins/statuscol.lua +++ b/lua/plugins/statuscol.lua @@ -16,9 +16,9 @@ return { sign = { name = { "Diagnostic" }, colwidth = 2, - maxwidth = 1, - condition = { true } + maxwidth = 1 }, + auto = true, click = "v:lua.ScSa" }, -- line numbers