improved debugging config

This commit is contained in:
2026-07-08 14:50:14 +02:00
parent ff762a4f92
commit 426064413c
5 changed files with 98 additions and 12 deletions
+2 -6
View File
@@ -27,6 +27,8 @@ vim.pack.add({
{ src = "https://github.com/folke/trouble.nvim" },
{ src = "https://github.com/nvim-neotest/nvim-nio" },
{ src = "https://github.com/rcarriga/nvim-dap-ui" },
{ src = "https://github.com/theHamsta/nvim-dap-virtual-text" },
{ src = "https://github.com/jay-babu/mason-nvim-dap.nvim" },
{ src = "https://github.com/michaelrommel/nvim-silicon" },
{ src = "https://github.com/hat0uma/csvview.nvim.git" },
{ src = "https://github.com/Thiago4532/mdmath.nvim" },
@@ -270,9 +272,3 @@ registry.refresh(function()
if ok and not pkg:is_installed() then pkg:install() end
end
end)
-- DAP UI wiring
local dap, dapui = require("dap"), require("dapui")
dapui.setup()
dap.listeners.before.attach.dapui_config = function() dapui.open() end
dap.listeners.before.launch.dapui_config = function() dapui.open() end