11 lines
208 B
Lua
11 lines
208 B
Lua
return {
|
|
{
|
|
"FabijanZulj/blame.nvim",
|
|
event = "VeryLazy",
|
|
config = function()
|
|
require("blame").setup()
|
|
end
|
|
},
|
|
"https://github.com/tpope/vim-fugitive"
|
|
|
|
}
|