552 current 2024-05-10 16:13:54 24.05.20240509.f1010e0 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-10 16:13:55 -04:00
parent 89fa9e0717
commit 19436070e4
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -0,0 +1,11 @@
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
},
config = true,
}