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 7715085 commit 2fab75fCopy full SHA for 2fab75f
lua/plugins/neogit.lua
@@ -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