add snack
This commit is contained in:
parent
2776e0b501
commit
b6c886310b
7 changed files with 55 additions and 142 deletions
10
lua/plugins/git-blame.lua
Normal file
10
lua/plugins/git-blame.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue