mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-30 20:44:26 +02:00
update
This commit is contained in:
parent
ce51c1c69e
commit
c3169e8a9f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ local trn = ""
|
||||||
if vim.fn.has("win32") then
|
if vim.fn.has("win32") then
|
||||||
trn = "pwsh<cr>"
|
trn = "pwsh<cr>"
|
||||||
end
|
end
|
||||||
local is_dap = pcall(require, "nvim-dap")
|
local is_dap = pcall(require, "dap")
|
||||||
local mappings2 = {
|
local mappings2 = {
|
||||||
["/"] = { "<esc><cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<cr>", "Commet Block" },
|
["/"] = { "<esc><cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<cr>", "Commet Block" },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue