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:
parent
b6f533183c
commit
4314571ff4
1 changed files with 5 additions and 1 deletions
|
|
@ -5,5 +5,9 @@ return {
|
|||
},
|
||||
event = "VeryLazy",
|
||||
lazy = true,
|
||||
config = true
|
||||
config = function()
|
||||
require("neogit").setup {
|
||||
auto_show_console = false,
|
||||
}
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue