We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6982b commit 472b43cCopy full SHA for 472b43c
lua/custom/plugins/neogit.lua
@@ -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