From fadc990adfa5e507bfb6240c0d3af149352f651e Mon Sep 17 00:00:00 2001 From: fiplox Date: Sun, 9 Apr 2023 18:30:43 +0200 Subject: [PATCH] chore: use buffer instead of tab --- 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 1297012..cc86462 100644 --- a/lua/plugins/neogit.lua +++ b/lua/plugins/neogit.lua @@ -15,7 +15,7 @@ function M.config() disable_builtin_notifications = false, use_magit_keybindings = false, -- Change the default way of opening neogit - kind = 'tab', + kind = 'replace', -- The time after which an output console is shown for slow running commands console_timeout = 2000, -- Automatically show console if a command takes more than console_timeout milliseconds