return { 'tpope/vim-commentary', cmd = 'Commentary', keys = { { 'gc', 'Commentary', mode = { 'n', 'x', 'o' }, desc = 'Comment in/out' }, { 'gcc', 'CommentaryLine', desc = 'Comment in/out line' }, { 'gcu', 'CommentaryCommentary', desc = 'Undo comment in/out' }, }, }