dotfiles/.config/nvim/lua/plugins/neogit.lua

17 lines
318 B
Lua

return {
"NeogitOrg/neogit",
keys = {
{
"<C-g>",
"<CMD>Neogit<Cr>",
},
},
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
-- Only one of these is needed.
"ibhagwan/fzf-lua", -- optional
},
config = true,
}