From 5a03ec401c7d08dc7072aa65660a0df4c4dc5fef Mon Sep 17 00:00:00 2001 From: MaasOedipa Date: Tue, 30 Dec 2025 12:00:37 +0100 Subject: [PATCH] added hardcount to hardtime --- lua/custom/plugins/hardtime.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/hardtime.lua b/lua/custom/plugins/hardtime.lua index 74a2ac96..ae30ca47 100644 --- a/lua/custom/plugins/hardtime.lua +++ b/lua/custom/plugins/hardtime.lua @@ -5,6 +5,7 @@ return { opts = { disabled = false, max_time = 500, + max_count = 5, notification = true, }, }