include lazyloading of comment.nvim with gcc/gbc keys (#1972)

pull/1974/head
siduck 1 year ago
parent 56e6234363
commit 907684efa0

@ -201,7 +201,7 @@ local default_plugins = {
{
"numToStr/Comment.nvim",
-- keys = { "gc", "gb" },
keys = { "gcc", "gbc" },
init = function()
require("core.utils").load_mappings "comment"
end,

Loading…
Cancel
Save