Neovim/lua/plugins/neogit.lua

16 lines
398 B
Lua
Raw Normal View History

2024-05-21 21:35:59 +00:00
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
}
}