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",
|
"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,
|
||||||
|
Loading…
Reference in New Issue
Block a user