fix(nvim-dap): make it load non-lazy
This commit is contained in:
@@ -5,6 +5,7 @@ local hover = require("ow.dap.hover")
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"mfussenegger/nvim-dap",
|
||||
lazy = false,
|
||||
keys = {
|
||||
{
|
||||
"<Leader>db",
|
||||
|
||||
Reference in New Issue
Block a user