diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 72c239d..a228a06 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -91,7 +91,7 @@ local trn = "" if vim.fn.has("win32") then trn = "pwsh" end -local is_dap = pcall(require, "nvim-dap") +local is_dap = pcall(require, "dap") local mappings2 = { ["/"] = { "lua require('Comment.api').toggle.linewise(vim.fn.visualmode())", "Commet Block" }, }