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:
parent
006ac8ce9c
commit
21e6ce3181
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue