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

This commit is contained in:
siduck 2023-04-30 06:13:24 +05:30
parent 56e6234363
commit 907684efa0
1 changed files with 1 additions and 1 deletions

View File

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