chore: use buffer instead of tab

This commit is contained in:
fiplox 2023-04-09 18:30:43 +02:00
parent 8345a21fc4
commit fadc990adf
1 changed files with 1 additions and 1 deletions

View File

@ -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