mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 06:08:34 +02:00
9 lines
225 B
Lua
9 lines
225 B
Lua
return {
|
|
'NeogitOrg/neogit',
|
|
dependencies = {
|
|
'nvim-lua/plenary.nvim', -- required
|
|
'sindrets/diffview.nvim', -- optional - Diff integration
|
|
'nvim-telescope/telescope.nvim', -- optional
|
|
},
|
|
config = true,
|
|
}
|