starter/lua/plugins/git.lua

9 lines
107 B
Lua

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