
add barbar, git-blame and nvim-web-devicons plugins. enable both absolute and relative line numbers
11 lines
221 B
Lua
11 lines
221 B
Lua
return {
|
|
'f-person/git-blame.nvim',
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
enabled = true,
|
|
message_template = ' <author>, <date> • <summary>',
|
|
date_format = '%d/%m/%y %H:%M',
|
|
virtual_text_column = 1,
|
|
},
|
|
}
|