include lazyloading of comment.nvim with gcc/gbc keys (#1972)
This commit is contained in:
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…
Reference in New Issue