init.lua/after/plugin/gitsigns.lua

9 lines
220 B
Lua
Raw Normal View History

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>",
})