neogit
This commit is contained in:
parent
7397e3f512
commit
9c91864628
|
@ -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,
|
||||
}
|
Loading…
Reference in New Issue