2024-06-01 03:53:39 +01:00
|
|
|
return {
|
|
|
|
{
|
|
|
|
"FabijanZulj/blame.nvim",
|
|
|
|
event = "VeryLazy",
|
|
|
|
config = function()
|
|
|
|
require("blame").setup()
|
|
|
|
end
|
|
|
|
},
|
2024-09-04 15:30:52 +01:00
|
|
|
"https://github.com/tpope/vim-fugitive"
|
2024-07-31 14:23:19 +01:00
|
|
|
|
2024-06-01 03:53:39 +01:00
|
|
|
}
|