This commit is contained in:
christoph 2024-04-01 21:40:02 +02:00
parent 7397e3f512
commit 9c91864628
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
'NeogitOrg/neogit',
dependencies = {
'nvim-lua/plenary.nvim', -- required
'sindrets/diffview.nvim', -- optional - Diff integration
'nvim-telescope/telescope.nvim', -- optional
},
config = true,
}