From 85fe502dd500836ec841327547659e30a042a592 Mon Sep 17 00:00:00 2001 From: Binx-Codes Date: Wed, 8 Sep 2021 11:05:50 +0400 Subject: [PATCH] fix: replace deprecated values for dap-ui --- 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 = {