File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -539,6 +539,25 @@ and basic support for Mercurial and Fossil.
539539
540540![ ] ( https://raw.githubusercontent.com/lem-project/lem/main/extensions/legit/lem-status.png )
541541
542+ ## Git-gutter
543+
544+ ` git-gutter-mode ` is a global minor mode that displays ` git diff ` status in the editor gutter:
545+
546+ - Show markers for added (` + ` ), modified (` ~ ` ), and deleted (` _ ` ) lines with color coding (green/yellow/red)
547+ - Support configurable comparison reference (default: HEAD) via ` git-gutter-set-ref ` command
548+ - Add optional line background highlighting via ` *git-gutter-highlight-line* ` variable
549+ - ** Real-time updates** : Gutter markers update automatically as you edit (debounced).
550+ - Non-git files: silently ignored
551+
552+ The available commands are:
553+
554+ - ` git-gutter-mode ` - Toggle the mode globally
555+ - ` git-gutter-set-ref ` - Change the comparison reference
556+ - ` git-gutter-refresh ` - Manually refresh current buffer
557+ - ` git-gutter-toggle-line-highlight ` - Toggle line background highlighting
558+
559+ Tooling Used: Claude Code (Claude Opus 4.5) for this feature.
560+
542561
543562## Misc
544563
You can’t perform that action at this time.
0 commit comments