diff --git a/lua/custom/plugins/hardtime.lua b/lua/custom/plugins/hardtime.lua index 5731103d..74a2ac96 100644 --- a/lua/custom/plugins/hardtime.lua +++ b/lua/custom/plugins/hardtime.lua @@ -4,7 +4,7 @@ return { dependencies = { 'MunifTanjim/nui.nvim' }, opts = { disabled = false, - max_time = 5000, + max_time = 500, notification = true, }, }