local M = { 'tpope/vim-commentary' } M.cmd = 'Commentary' M.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' }, } return M