From c3169e8a9f922527fd253caa56afe0b845029871 Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Tue, 24 Jan 2023 08:17:58 +0700 Subject: [PATCH] update --- lua/user/whichkey.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, }