feat(git-blame.lua): add git-blame plugin configuration

The git-blame.lua file is added with the following configuration:
- The plugin "f-person/git-blame.nvim" is included.
- The event "VeryLazy" is associated with the plugin.
This commit is contained in:
David Ibia
2024-01-14 04:00:58 +01:00
parent 286a2f7ebe
commit de2237fb2c

View File

@@ -0,0 +1,4 @@
return {
"f-person/git-blame.nvim",
event = "VeryLazy",
}