lazy load Comment.nvim on gcc keybind (#801)
This commit is contained in:
parent
7b7c204e23
commit
748f0db485
|
@ -197,6 +197,7 @@ local plugins = {
|
||||||
"numToStr/Comment.nvim",
|
"numToStr/Comment.nvim",
|
||||||
disable = not plugin_settings.status.comment,
|
disable = not plugin_settings.status.comment,
|
||||||
module = "Comment",
|
module = "Comment",
|
||||||
|
keys = {"gcc"},
|
||||||
config = override_req("nvim_comment", "plugins.configs.others", "comment"),
|
config = override_req("nvim_comment", "plugins.configs.others", "comment"),
|
||||||
setup = function()
|
setup = function()
|
||||||
require("core.mappings").comment()
|
require("core.mappings").comment()
|
||||||
|
|
Loading…
Reference in New Issue