Add Neogit

This commit is contained in:
2024-10-29 21:36:16 -05:00
parent 64e7a9daad
commit e3c8d39137
2 changed files with 33 additions and 16 deletions

View File

@ -0,0 +1,13 @@
return {
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
-- Only one of these is needed.
"nvim-telescope/telescope.nvim", -- optional
"ibhagwan/fzf-lua", -- optional
"echasnovski/mini.pick", -- optional
},
config = true,
}