This commit is contained in:
jorgenwh 2024-06-25 01:18:41 +02:00
parent 77150857cf
commit 2fab75fd28
1 changed files with 14 additions and 0 deletions

14
lua/plugins/neogit.lua Normal file
View File

@ -0,0 +1,14 @@
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,
},
}