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