doomemacs/modules/ui/vc-gutter
Henrik Lissner 24623f9959
refactor!(dired): move diff-hl config to :ui vc-gutter
BREAKING CHANGE: users who are used to diff-hl displaying diffs in dired
will notice they have vanished. diff-hl's conig has been moved to :ui
vc-gutter +diff-hl (added in 27a448b). Enable it to get it back.

Ref: 27a448b04b
2022-08-09 16:30:43 +02:00
..
autoload feat(vc-gutter): add +diff-hl backend 2022-08-08 18:23:47 +02:00
config.el refactor!(dired): move diff-hl config to :ui vc-gutter 2022-08-09 16:30:43 +02:00
packages.el feat(vc-gutter): add +diff-hl backend 2022-08-08 18:23:47 +02:00
README.org feat(vc-gutter): add +diff-hl backend 2022-08-08 18:23:47 +02:00

:ui vc-gutter

Description   unfold

This module displays a diff of the current file (against HEAD) in the fringe. Supports Git, Svn, Hg, and Bzr.

Module flags

+diff-hl
Use diff-hl instead of git-gutter to power the VC gutter. It is a little faster, but is slightly more prone to visual glitching. diff-hl is intended to replace git-gutter at some point in the future.
+pretty
Apply some stylistic defaults to the fringe, enabling thin bars in the fringe. This look takes after the modern look of git-gutter in VSCode and Sublime Text, without sacrificing on fringe width (which squeeze other indicators, like flycheck's, flymake's, or flyspell's). However, this will look bad with themes that invert the foreground/background of either git-gutter's or diff-hl's faces (like modus-themes does).

TODO Hacks

🔨 This module's hacks haven't been documented yet. Document them?

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module requires any of Git, Svn, Hg, and/or Bazaar to get gutter diffs in projects version controlled by them.

TODO Usage

🔨 This module has no usage documentation yet. Write some?

TODO Configuration

🔨 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

🔨 This module has no appendix yet. Write one?