AutoYADM commit: 2025-01-12 16:00:02

This commit is contained in:
Daniel Fichtinger 2025-01-12 16:00:03 -05:00
parent 6360a567c6
commit 4238150e97

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.
"ibhagwan/fzf-lua", -- optional
},
config = true,
}