neogit
This commit is contained in:
parent
2e6982b0b9
commit
472b43c16e
16
lua/custom/plugins/neogit.lua
Normal file
16
lua/custom/plugins/neogit.lua
Normal file
@ -0,0 +1,16 @@
|
||||
local neogit = {
|
||||
{
|
||||
'NeogitOrg/neogit',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim', -- required
|
||||
'sindrets/diffview.nvim', -- optional - Diff integration
|
||||
|
||||
-- Only one of these is needed.
|
||||
'nvim-telescope/telescope.nvim', -- optional
|
||||
'ibhagwan/fzf-lua', -- optional
|
||||
'echasnovski/mini.pick', -- optional
|
||||
},
|
||||
config = true,
|
||||
},
|
||||
}
|
||||
return neogit
|
Loading…
x
Reference in New Issue
Block a user