Turn off "auto_show_console" in Neogit. This fixes an error which

occured when Neogit takes serveral seconds to load (i.e in really large
repos)
This commit is contained in:
Martin Larsson 2024-10-07 19:02:12 +02:00
parent b6f533183c
commit 4314571ff4

View file

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