From 87a94dc038459466ec5866c443edbfb21200f899 Mon Sep 17 00:00:00 2001 From: fiplox Date: Sun, 9 Apr 2023 00:52:26 +0200 Subject: [PATCH] fix: message popup would not go away... --- lua/plugins/neogit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/neogit.lua b/lua/plugins/neogit.lua index 735e914..1297012 100644 --- a/lua/plugins/neogit.lua +++ b/lua/plugins/neogit.lua @@ -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,