This commit is contained in:
Yaser Alraddadi 2024-06-25 16:18:26 +03:00
parent fa69facd52
commit a017d333f2
1 changed files with 6 additions and 1 deletions

View File

@ -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
},