return { 'LudoPinelli/comment-box.nvim', opts = { doc_width = 80, box_width = 60, line_width = 70, outer_blank_lines_above = true, outer_blank_lines_below = true, inner_blank_lines = true, }, keys = { { 'Cd', 'CBd', desc = 'Delete comment decoration' }, { 'Cy', 'CBy', desc = 'Yank comment' }, { 'Cbl', 'CBllbox12', desc = 'Insert a comment box' }, { 'Cbc', 'CBccbox18', desc = 'Insert a comment box' }, { 'Cbr', 'CBrrbox15', desc = 'Insert a comment box' }, { 'Cba', 'CBccbox6', desc = 'Insert a callout' }, { 'Cll', 'CBclline7', desc = 'Insert a left-aligned comment line' }, { 'Clc', 'CBccline7', desc = 'Insert a centered comment line' }, { 'Clr', 'CBcrline7', desc = 'Insert a right-aligned comment line' }, { 'ClL', 'CBclline', desc = 'Insert a simple comment line' }, { 'ClC', 'CBccline', desc = 'Insert a simple comment line' }, { 'ClR', 'CBcrline', desc = 'Insert a simple comment line' }, }, }