This commit is contained in:
asep komarudin 2023-01-24 08:17:58 +07:00
parent ce51c1c69e
commit c3169e8a9f

View file

@ -91,7 +91,7 @@ local trn = ""
if vim.fn.has("win32") then
trn = "pwsh<cr>"
end
local is_dap = pcall(require, "nvim-dap")
local is_dap = pcall(require, "dap")
local mappings2 = {
["/"] = { "<esc><cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<cr>", "Commet Block" },
}