feat: setup nvim-dap with custom hover

This commit is contained in:
2025-09-20 19:33:42 +02:00
parent 98eebdc060
commit cdb154e41c
3 changed files with 426 additions and 90 deletions
+8
View File
@@ -0,0 +1,8 @@
-- https://github.com/igorlfs/nvim-dap-view
---@type LazyPluginSpec
return {
"rcarriga/nvim-dap-ui",
dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" },
config = true,
}