jorgenwh 2fab75fd28 a
2024-06-25 01:18:41 +02:00

15 lines
338 B
Lua

return {
{
'NeogitOrg/neogit',
dependencies = {
'nvim-lua/plenary.nvim', -- required
'sindrets/diffview.nvim', -- optional - Diff integration
-- Only one of these is needed, not both.
'nvim-telescope/telescope.nvim', -- optional
-- 'ibhagwan/fzf-lua', -- optional
},
config = true,
},
}