return { "numToStr/Comment.nvim", event = "VeryLazy", opts = { mappings = { basic = false, extra = false, }, }, config = function(_, opts) require("Comment").setup(opts) end, }