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,