comment with gcc

navigator
spike 2 years ago
parent ba669d6808
commit fc4faffccb

1
.gitignore vendored

@ -1,2 +1,3 @@
plugin
spell
examples

@ -278,7 +278,10 @@ M.comment = { --{{{
v = {
["<leader>/"] = {
"<ESC><cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<CR>",
function()
vim.notify("use gcc !")
end,
-- "<ESC><cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<CR>",
"toggle comment",
},
},

Loading…
Cancel
Save