Files
absolute-vim/lua/absolute/plugins/git-blame.lua
David Ibia de2237fb2c 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.
2024-01-14 04:00:58 +01:00

5 lines
60 B
Lua

return {
"f-person/git-blame.nvim",
event = "VeryLazy",
}