starter/lua/plugins/git.lua
2024-05-21 11:19:39 +07:00

11 lines
202 B
Lua

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