aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/dap.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-05-08 20:30:31 +0200
committersrdusr <trevorgray@srdusr.com>2023-05-08 20:30:31 +0200
commit3b194b8c8191038dd6730a6270dcf3209d200e73 (patch)
treedf1076285153e4800eb76d3f17c14167995075be /lua/plugins/dap.lua
parent831a9724c7c6da487fb44eed76cb0949e3e4d0c7 (diff)
downloaddotfiles-3b194b8c8191038dd6730a6270dcf3209d200e73.tar.gz
dotfiles-3b194b8c8191038dd6730a6270dcf3209d200e73.zip
Changed size of console and repl
Diffstat (limited to 'lua/plugins/dap.lua')
-rw-r--r--lua/plugins/dap.lua3
1 files changed, 2 insertions, 1 deletions
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",