feat: switch from lazy to vim.pack

This commit is contained in:
2026-04-10 14:42:25 +02:00
parent 190b3ecebd
commit 28c45c8390
35 changed files with 1168 additions and 1455 deletions
+3
View File
@@ -0,0 +1,3 @@
local dap_view = require("dap-view")
dap_view.setup()
vim.keymap.set("n", "<Leader>du", dap_view.toggle)