mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
11 lines
202 B
Lua
11 lines
202 B
Lua
return {
|
|
{
|
|
"f-person/git-blame.nvim",
|
|
event = "BufReadPre",
|
|
opts = {
|
|
date_format = "%x • %X",
|
|
schedule_event = "CursorHold",
|
|
clear_event = "CursorHoldI",
|
|
},
|
|
},
|
|
}
|