Commit Graph
3 Commits
Author SHA1 Message Date
thallada dbe6a13f68 bugfix: override bg colors in CodeDiff so dim-inactive works
Text had a visible black background in my colorscheme in certain
CodeDiff buffers like the explorer or git log when dim-inactive (the
window does not have current focus). This hack Claude came up with seems
to resolve that issue until it can be fixed upstream.
2026-08-12 01:05:11 +00:00
thallada 0c5d88c1f4 bugfix: disable snacks animations in CodeDiff tabs
Fixes gitter with scrolling and commands like `gg` and `G`. See: https://github.com/esmuellert/codediff.nvim/issues/519

This config disables the snacks animations on CodeDiff tabs while
keeping them active in other tabs.
2026-08-11 21:30:38 +00:00
thallada ab86df7274 Swap DiffView with CodeDiff
CodeDiff is supposed to be the successor to DiffView. It also has file
watching built-in so I can drop the custom `directory-watcher.lua`.
2026-08-11 20:30:07 +00:00