copilot-chat: disabled debug mode
This commit is contained in:
parent
499c88663e
commit
ff7a8089b9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue