Skip to content

Commit

Permalink
Fixed line blame gitsigns
Browse files Browse the repository at this point in the history
  • Loading branch information
elC0mpa committed Jun 23, 2024
1 parent 6179b04 commit 0432d82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/plugins_config/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ return {
delay = 500,
ignore_whitespace = false,
},
current_line_blame_formatter = {
relative_time = false
},
current_line_blame_formatter = '<author>, <author_time:%R> - <summary>',
sign_priority = 6,
update_debounce = 100,
status_formatter = nil, -- Use default
Expand Down

0 comments on commit 0432d82

Please sign in to comment.