auto-show-console - false was used as a workaround for an error which

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.
This commit is contained in:
Martin Larsson 2024-10-09 15:37:44 +02:00
parent 006ac8ce9c
commit 21e6ce3181

View file

@ -6,8 +6,6 @@ return {
event = "VeryLazy", event = "VeryLazy",
lazy = true, lazy = true,
config = function() config = function()
require("neogit").setup { require("neogit").setup()
auto_show_console = false,
}
end end
} }