2024-02-11 14:02:36 +05:30
|
|
|
require("gitsigns").setup({
|
2024-02-11 00:24:07 +05:30
|
|
|
current_line_blame = true,
|
|
|
|
current_line_blame_opts = {
|
2024-02-11 14:02:36 +05:30
|
|
|
virt_text_pos = "right_align",
|
|
|
|
delay = 0,
|
2024-02-11 00:24:07 +05:30
|
|
|
},
|
2024-02-11 14:02:36 +05:30
|
|
|
current_line_blame_formatter = "<author>, <author_time:%R> - <summary>",
|
|
|
|
})
|