was thrown in some large repos where the git command took a long time to run. This has been fixed by the author of the plugin so I no longer need it.
11 lines
204 B
Lua
11 lines
204 B
Lua
return {
|
|
"NeogitOrg/neogit",
|
|
dependencies = {
|
|
"sindrets/diffview.nvim",
|
|
},
|
|
event = "VeryLazy",
|
|
lazy = true,
|
|
config = function()
|
|
require("neogit").setup()
|
|
end
|
|
}
|