return { { "comment.nvim", event = { "BufReadPost", "BufNewFile" }, after = function(plugin) require("Comment").setup({ toggler = { line = "cc", block = "bc", }, opleader = { line = "c", block = "b", }, extra = { above = "c", below = "co", eol = "cA", }, }) end, }, }