-
-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
I was forced to do this to suppress the which-key warnings:
-- Commenting
{
'numToStr/Comment.nvim',
config = function()
require('Comment').setup()
vim.keymap.del("n", "gc")
vim.keymap.del("n", "gb")
local wk = require('which-key')
wk.add({
{ "gb", group = "Comment toggle blockwise" },
{ "gc", group = "Comment toggle linewise" },
})
end
},smntic, ethanrutt, fdw, ArturoGJ, emshan and 6 moreEdditoriampachin
Metadata
Metadata
Assignees
Labels
No labels