diffs.nvim/lua
Barrett Ruth 2528886802 refactor: standardize log prefixes to [diffs.nvim]:
Problem: `lib.lua` used `[diffs]` and `debug.lua`/`init.lua` used
`[diffs.nvim]` (no colon) while the rest of the codebase used
`[diffs.nvim]:`.

Solution: Normalize all `vim.notify` prefixes to `[diffs.nvim]:` for
consistency with `log.lua` and the other modules.
2026-03-10 11:11:14 -04:00
..
diffs refactor: standardize log prefixes to [diffs.nvim]: 2026-03-10 11:11:14 -04:00