From b0fbf38100e79d8d18f0378648a4e74ba5eb82e6 Mon Sep 17 00:00:00 2001 From: Binx <68950943+Binx-Codes@users.noreply.github.com> Date: Wed, 8 Sep 2021 11:37:16 +0400 Subject: [PATCH] fix: replace deprecated values for dap-ui (#114) --- lua/doom/modules/config/doom-dap-ui.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/doom/modules/config/doom-dap-ui.lua b/lua/doom/modules/config/doom-dap-ui.lua index b913b2955..41c93d6b4 100644 --- a/lua/doom/modules/config/doom-dap-ui.lua +++ b/lua/doom/modules/config/doom-dap-ui.lua @@ -21,7 +21,7 @@ return function() "stacks", "watches", }, - width = 40, + size = 40, position = "left", -- Can be "left" or "right" }, tray = { @@ -29,7 +29,7 @@ return function() elements = { "repl", }, - height = 10, + size = 10, position = "bottom", -- Can be "bottom" or "top" }, floating = {