mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Add plugin neogit
This commit is contained in:
parent
6e6a09e32f
commit
ae5e7c5bb4
@ -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" } },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user