fix: message popup would not go away...

This commit is contained in:
fiplox 2023-04-09 00:52:26 +02:00
parent 71173b5136
commit 87a94dc038
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ function M.config()
disable_signs = false,
disable_hint = false,
disable_context_highlighting = false,
disable_commit_confirmation = false,
disable_commit_confirmation = true,
-- Neogit refreshes its internal state after specific events, which can be expensive depending on the repository size.
-- Disabling `auto_refresh` will make it so you have to manually refresh the status after you open it.
auto_refresh = true,