Skip to content

Commit 2fab75f

Browse files
committed
a
1 parent 7715085 commit 2fab75f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

lua/plugins/neogit.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
return {
2+
{
3+
'NeogitOrg/neogit',
4+
dependencies = {
5+
'nvim-lua/plenary.nvim', -- required
6+
'sindrets/diffview.nvim', -- optional - Diff integration
7+
8+
-- Only one of these is needed, not both.
9+
'nvim-telescope/telescope.nvim', -- optional
10+
-- 'ibhagwan/fzf-lua', -- optional
11+
},
12+
config = true,
13+
},
14+
}

0 commit comments

Comments
 (0)