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
|
{ "nvim-lua/plenary.nvim" }, -- for curl, log wrapper
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
debug = true, -- Enable debugging
|
debug = false, -- Enable debugging
|
||||||
-- See Configuration section for rest
|
-- See Configuration section for rest
|
||||||
},
|
},
|
||||||
-- See Commands section for default commands if you want to lazy load on them
|
-- See Commands section for default commands if you want to lazy load on them
|
||||||
|
|
Loading…
Reference in a new issue