dotfiles/.config/nvim/lua/plugins/git.lua

10 lines
163 B
Lua
Raw Normal View History

2024-06-01 03:53:39 +01:00
return {
{
"FabijanZulj/blame.nvim",
event = "VeryLazy",
config = function()
require("blame").setup()
end
},
}