We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450a8ba commit 8ad65eeCopy full SHA for 8ad65ee
lua/codecompanion/init.lua
@@ -359,7 +359,7 @@ end
359
CodeCompanion.setup = function(opts)
360
opts = opts or {}
361
362
- if not opts.opts.ignore_warnings then
+ if not opts.ignore_warnings then
363
vim.notify_once(
364
[[[WARN] CodeCompanion.nvim will experience breaking changes soon. Pin to version v17.33.0 or earlier to avoid this.
365
See: https://github.com/olimorris/codecompanion.nvim/pull/2439]],
0 commit comments