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",
|
||||
lazy = true,
|
||||
config = function()
|
||||
require("neogit").setup {
|
||||
auto_show_console = false,
|
||||
}
|
||||
require("neogit").setup()
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue