all repos

init.lua @ 08996bd

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
refactor(neogit): dont show that annoying thing on timeouts
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-02-19 15:21:44 +0200
Parent: a9cf487
M lua/plugins/git.lua

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

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