diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-16 02:19:39 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-16 02:19:42 +0200 |
commit | d4bbff517b54383876e84204707fcb21cf69d48d (patch) | |
tree | e9a70dd2037cc200b2252014c4325becc422ec3b /lua/config/lazy.lua | |
parent | 36459bee543d1ea809bf66178b8ed933a44f77b5 (diff) |
checkpoint
Diffstat (limited to 'lua/config/lazy.lua')
-rw-r--r-- | lua/config/lazy.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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 |