local prefix = "ac" return { { "LudoPinelli/comment-box.nvim", opts = {}, vscode = true, keys = { { prefix .. "b", "CBccbox", mode = { "n", "v" }, desc = "Comment Box" }, { prefix .. "t", "CBllline", mode = { "n", "v" }, desc = "Tiled Line" }, { prefix .. "l", "CBline", desc = "Line" }, { prefix .. "m", "CBllbox14", mode = { "n", "v" }, desc = "Marked" }, { prefix .. "c", "CBcatalog", desc = "Catalog" }, { prefix .. "d", "CBd", mode = { "n", "v" }, desc = "Delete Comment Style" }, }, }, { "folke/which-key.nvim", opts = { spec = { { "A", group = "annotation/snippets", icon = " " }, { prefix, group = "comments", icon = " " }, }, }, }, }