all repos

init.lua @ e52f51fce3604180035171878d1e07f348e99e5e

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
refactor(neogit): set higher timeout
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-02-28 13:28:18 +0200
Parent: 17e5355
M lua/plugins/git.lua

@@ -50,6 +50,7 @@ ---@module "neogit"

---@type NeogitConfig opts = { kind = "vsplit", + console_timeout = 4000, auto_close_console = false, disable_builtin_notifications = true, disable_commit_confirmation = true,