10 lines
No EOL
224 B
Lua
10 lines
No EOL
224 B
Lua
return {
|
|
'f-person/git-blame.nvim',
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
enabled = true,
|
|
message_template = ' <author> • <date> • <summary> ',
|
|
date_format = '%Y-%m-%d %H:%M',
|
|
virtual_text_column = 1,
|
|
},
|
|
} |