diffs.nvim/lua
Barrett Ruth 244cae33bd
fix(config): skip deprecation warning when integrations key is present
Problem: `migrate_integrations` warned about old top-level keys even
when the user had already adopted `integrations`, which would be noisy
for configs that happen to have both.

Solution: only emit `vim.deprecate` and migrate values when
`opts.integrations` was not explicitly provided. When it is, old
top-level keys are silently stripped.
2026-03-06 14:33:51 -05:00
..
diffs fix(config): skip deprecation warning when integrations key is present 2026-03-06 14:33:51 -05:00