|
|
@ -3,7 +3,12 @@ return {
|
|
|
|
'NeogitOrg/neogit',
|
|
|
|
'NeogitOrg/neogit',
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
|
'nvim-lua/plenary.nvim', -- required
|
|
|
|
'nvim-lua/plenary.nvim', -- required
|
|
|
|
'sindrets/diffview.nvim', -- optional - Diff integration
|
|
|
|
{
|
|
|
|
|
|
|
|
'sindrets/diffview.nvim', -- optional - Diff integration
|
|
|
|
|
|
|
|
dependencies = {
|
|
|
|
|
|
|
|
'nvim-web-devicons',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
'nvim-telescope/telescope.nvim', -- optional
|
|
|
|
'nvim-telescope/telescope.nvim', -- optional
|
|
|
|
},
|
|
|
|
},
|
|
|
|