From 2254ce4bc43ab11a831ef39a77415de169eac040 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Tue, 4 Oct 2022 07:38:59 +0200 Subject: feat: added dap ui and relative config (#3131) --- lua/lvim/plugins.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 387bcee3..c315cdd9 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -235,6 +235,15 @@ local core_plugins = { disable = not lvim.builtin.dap.active, }, + -- Debugger user interface + { + "rcarriga/nvim-dap-ui", + config = function() + require("lvim.core.dap").setup_ui() + end, + disable = not lvim.builtin.dap.active, + }, + -- alpha { "goolord/alpha-nvim", -- cgit v1.2.3