Skip to content

refactor: standardize log prefixes to [diffs.nvim]:#183

Merged
barrettruth merged 2 commits intomainfrom
refactor/log-prefix-consistency
Mar 10, 2026
Merged

refactor: standardize log prefixes to [diffs.nvim]:#183
barrettruth merged 2 commits intomainfrom
refactor/log-prefix-consistency

Conversation

@barrettruth
Copy link
Owner

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.

barrettruth and others added 2 commits March 10, 2026 11:11
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.
@barrettruth barrettruth merged commit 600d375 into main Mar 10, 2026
7 checks passed
@barrettruth barrettruth deleted the refactor/log-prefix-consistency branch March 10, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant