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