blob: 0f5f90edb3e6894c2f8614afbb614853b7a9765c (
plain)
1
2
3
4
5
6
7
8
|
return {
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
"nvim-telescope/telescope.nvim", -- optional
},
}
|