added neogit

This commit is contained in:
Sven Vogel 2024-05-21 23:35:59 +02:00
parent 5e30128549
commit 3e40a00cd3
1 changed files with 15 additions and 0 deletions

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

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