From ff7a8089b919a0d5eb04ca57150ebe0efc6b1c16 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Sun, 25 Aug 2024 10:33:00 +0700 Subject: [PATCH] copilot-chat: disabled debug mode --- lua/plugins/copilot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/copilot.lua b/lua/plugins/copilot.lua index 8a8ad11..7f3c553 100644 --- a/lua/plugins/copilot.lua +++ b/lua/plugins/copilot.lua @@ -34,7 +34,7 @@ return { { "nvim-lua/plenary.nvim" }, -- for curl, log wrapper }, opts = { - debug = true, -- Enable debugging + debug = false, -- Enable debugging -- See Configuration section for rest }, -- See Commands section for default commands if you want to lazy load on them