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