From 26a453cee167f790e740633d2c3da5907bc5c56c Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sun, 2 Mar 2025 17:25:21 +0200 Subject: [PATCH] Revert "testing" This reverts commit ae0618d89f4cff036d307ffeb5f242ff37f58c01. --- lua/gopher/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gopher/config.lua b/lua/gopher/config.lua index c3405fa..f86d49c 100644 --- a/lua/gopher/config.lua +++ b/lua/gopher/config.lua @@ -33,7 +33,7 @@ local default_config = { ---@type number log_level = vim.log.levels.INFO, - -- timeout for running commands BREAKING + -- timeout for running commands ---@type number timeout = 2000,