diffs.nvim/lua
Barrett Ruth ea60ab8d01 feat(commands): add gdiff_file for diffing arbitrary paths
Adds gdiff_file() which can diff any file path (not just current buffer)
with support for staged vs unstaged changes:
- staged=true diffs index against HEAD
- staged=false diffs working tree against index
- Falls back to HEAD if file not in index (for untracked comparison)
2026-02-04 22:23:13 -05:00
..
diffs feat(commands): add gdiff_file for diffing arbitrary paths 2026-02-04 22:23:13 -05:00