starter/lua/plugins/git.lua
2024-05-25 22:27:46 +07:00

11 lines
183 B
Lua

return {
{
"f-person/git-blame.nvim",
event = "BufReadPre",
opts = {
date_format = "%x • %X",
schedule_event = "CursorHold",
clear_event = "CursorHoldI",
},
},
}