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
|
---@type LazyPluginSpec
|
||||||
return {
|
return {
|
||||||
"mfussenegger/nvim-dap",
|
"mfussenegger/nvim-dap",
|
||||||
|
lazy = false,
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"<Leader>db",
|
"<Leader>db",
|
||||||
|
|||||||
Reference in New Issue
Block a user