starter/lua/plugins/git.lua
2024-05-15 08:39:12 +07:00

8 lines
107 B
Lua

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