lazy load Comment.nvim on gcc keybind (#801)

navigator
siduck 2 years ago
parent 7b7c204e23
commit 748f0db485

@ -197,6 +197,7 @@ local plugins = {
"numToStr/Comment.nvim",
disable = not plugin_settings.status.comment,
module = "Comment",
keys = {"gcc"},
config = override_req("nvim_comment", "plugins.configs.others", "comment"),
setup = function()
require("core.mappings").comment()

Loading…
Cancel
Save