11 lines
142 B
Lua
11 lines
142 B
Lua
return {
|
|
{
|
|
"lewis6991/gitsigns.nvim",
|
|
event = "VeryLazy",
|
|
opts = {},
|
|
},
|
|
{
|
|
"tpope/vim-fugitive",
|
|
cmd = "Git",
|
|
},
|
|
}
|