Skip to content

Commit

Permalink
feat(vc): add blamer support
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 10, 2023
1 parent d4ac03d commit e44184f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/me-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,21 @@
:custom
(diff-hl-draw-borders nil))

(use-package blamer
:straight t
:hook (minemacs-after-startup . global-blamer-mode)
:custom
(blamer-idle-time 0.3)
(blamer-min-offset 60)
(blamer-prettify-time-p t)
(blamer-author-formatter "%s ")
(blamer-datetime-formatter "[%s], ")
(blamer-commit-formatter "“%s”")
:config
(+nvmap!
"gb" #'blamer-show-posframe-commit-info
"gB" #'blamer-show-commit-info))

(use-package git-timemachine
:straight t
:init
Expand Down

0 comments on commit e44184f

Please sign in to comment.