neogit
This commit is contained in:
parent
7397e3f512
commit
9c91864628
9
lua/basic/plugins/neogit.lua
Normal file
9
lua/basic/plugins/neogit.lua
Normal file
@ -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…
x
Reference in New Issue
Block a user