fix: message popup would not go away...
This commit is contained in:
parent
71173b5136
commit
87a94dc038
@ -8,7 +8,7 @@ function M.config()
|
|||||||
disable_signs = false,
|
disable_signs = false,
|
||||||
disable_hint = false,
|
disable_hint = false,
|
||||||
disable_context_highlighting = 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.
|
-- 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.
|
-- Disabling `auto_refresh` will make it so you have to manually refresh the status after you open it.
|
||||||
auto_refresh = true,
|
auto_refresh = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user