nvim-config/lua/plugins/git.lua
2025-02-27 11:49:14 -05:00

11 lines
142 B
Lua

return {
{
"lewis6991/gitsigns.nvim",
event = "VeryLazy",
opts = {},
},
{
"tpope/vim-fugitive",
cmd = "Git",
},
}