Skip to content

Commit 472b43c

Browse files
committed
neogit
1 parent 2e6982b commit 472b43c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

lua/custom/plugins/neogit.lua

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
local neogit = {
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.
9+
'nvim-telescope/telescope.nvim', -- optional
10+
'ibhagwan/fzf-lua', -- optional
11+
'echasnovski/mini.pick', -- optional
12+
},
13+
config = true,
14+
},
15+
}
16+
return neogit

0 commit comments

Comments
 (0)