feat: add plugins, enable relative numbers

add barbar, git-blame and nvim-web-devicons plugins. enable both absolute and relative line numbers
This commit is contained in:
Edoardo Viviani 2024-08-29 11:39:41 +02:00
parent a22976111e
commit 5e9c28e42b
4 changed files with 31 additions and 2 deletions

View file

@ -0,0 +1,10 @@
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,
},
}