This commit is contained in:
Alexander Kabolov 2024-09-02 14:48:14 +02:00
parent a22976111e
commit b174df8a59
7 changed files with 169 additions and 110 deletions

View file

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