Skip to content

Commit a083ad9

Browse files
fix breaking change
1 parent a411f0b commit a083ad9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/modules/git/config.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ function config.gitsigns()
6363
},
6464
current_line_blame = true,
6565
current_line_blame_formatter = "  : <author> | <author_time:%m-%d-%Y | %X> | <summary>",
66-
current_line_blame_formatter_opts = {
67-
relative_time = true,
68-
},
66+
-- current_line_blame_formatter_opts = {
67+
-- relative_time = true,
68+
-- },
6969
current_line_blame_opts = {
7070
delay = 0,
7171
},

0 commit comments

Comments
 (0)