refactor(nvim): do not auto show neogit console
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m7s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m7s
This commit is contained in:
parent
7d0408b97e
commit
be96066da7
@ -51,6 +51,7 @@ return {
|
|||||||
disable_commit_confirmation = true,
|
disable_commit_confirmation = true,
|
||||||
disable_builtin_notifications = true,
|
disable_builtin_notifications = true,
|
||||||
auto_refresh = true,
|
auto_refresh = true,
|
||||||
|
auto_show_console = false,
|
||||||
disable_signs = true,
|
disable_signs = true,
|
||||||
preview_buffer = {
|
preview_buffer = {
|
||||||
kind = "split"
|
kind = "split"
|
||||||
|
Loading…
Reference in New Issue
Block a user