return { { "numToStr/Comment.nvim", keys = { "gc", "gb" }, -- lazy-load when using these mappings config = function() require("Comment").setup({ -- your configuration here padding = true, -- space between comment and line sticky = true, -- keeps comment on empty lines ignore = nil, -- lines to ignore }) end, }, }