Update
This commit is contained in:
parent
fa69facd52
commit
a017d333f2
|
@ -3,7 +3,12 @@ return {
|
|||
'NeogitOrg/neogit',
|
||||
dependencies = {
|
||||
'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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue