diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua index 0f929d8..5282bfc 100644 --- a/lua/plugin_specs.lua +++ b/lua/plugin_specs.lua @@ -396,6 +396,16 @@ local plugin_specs = { require("config.fugitive") end, }, + { + "NeogitOrg/neogit", + dependencies = { + "nvim-lua/plenary.nvim", -- required + "sindrets/diffview.nvim", -- optional - Diff integration + -- Only one of these is needed. + "ibhagwan/fzf-lua", -- optional + }, + event = "User InGitRepo", + }, -- Better git log display { "rbong/vim-flog", cmd = { "Flog" } },