Skip to content

Commit 8ad65ee

Browse files
authored
chore: warn about breaking changes (#2451)
Co-authored-by: Oli Morris <[email protected]>
1 parent 450a8ba commit 8ad65ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/codecompanion/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ end
359359
CodeCompanion.setup = function(opts)
360360
opts = opts or {}
361361

362-
if not opts.opts.ignore_warnings then
362+
if not opts.ignore_warnings then
363363
vim.notify_once(
364364
[[[WARN] CodeCompanion.nvim will experience breaking changes soon. Pin to version v17.33.0 or earlier to avoid this.
365365
See: https://github.com/olimorris/codecompanion.nvim/pull/2439]],

0 commit comments

Comments
 (0)