fix(nvim-dap): make it load non-lazy

This commit is contained in:
2025-09-30 20:47:02 +02:00
parent bca1ba5ae5
commit 33378972cd
+1
View File
@@ -5,6 +5,7 @@ local hover = require("ow.dap.hover")
---@type LazyPluginSpec ---@type LazyPluginSpec
return { return {
"mfussenegger/nvim-dap", "mfussenegger/nvim-dap",
lazy = false,
keys = { keys = {
{ {
"<Leader>db", "<Leader>db",