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 ++++++++ lua/config/map.lua | 1 + 2 files changed, 9 insertions(+) (limited to '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 diff --git a/lua/config/map.lua b/lua/config/map.lua index 30a96c8..61bb952 100644 --- a/lua/config/map.lua +++ b/lua/config/map.lua @@ -62,6 +62,7 @@ vim.api.nvim_create_user_command("Hide", function() end, {}) -- write +map("n", " x", "!cx %", { desc = "Toggle file as executable" }) map("n", " w", "write", { noremap = true }) map("n", " W", "write!", { noremap = true }) map("n", " e", "edit", { noremap = true }) -- cgit v1.2.3