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

12 lines
208 B
Lua
Raw Permalink Normal View History

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