From d4bbff517b54383876e84204707fcb21cf69d48d Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 16 Oct 2024 02:19:39 +0200 Subject: checkpoint --- lua/config/lazy.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua/config/lazy.lua') diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 3a00367..15ac268 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -187,6 +187,14 @@ require("lazy").setup({ branch = "harpoon2", requires = { "nvim-lua/plenary.nvim", lazy = true }, }, + + -- DAP + { + { + "mfussenegger/nvim-dap", + }, + { "rcarriga/nvim-dap-ui", dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" } }, + }, }, { -- lazy options -- cgit v1.2.3