From 3b194b8c8191038dd6730a6270dcf3209d200e73 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 8 May 2023 20:30:31 +0200 Subject: Changed size of console and repl --- lua/plugins/dap.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/plugins/dap.lua') diff --git a/lua/plugins/dap.lua b/lua/plugins/dap.lua index 738145b..982a525 100644 --- a/lua/plugins/dap.lua +++ b/lua/plugins/dap.lua @@ -310,7 +310,8 @@ dapui.setup({ elements = { --"console", { id = "console", size = 0.6 }, - "repl", + --"repl", + { id = "repl", size = 0.4 }, }, size = 0.3, position = "bottom", -- cgit v1.2.3