return { 'numToStr/Comment.nvim', config = function() require('Comment').setup { ignore = '^$', toggler = { line = 'gc', block = '', }, } end, keys = { { 'c', ':norm gcc' }, { 'c', ':norm gc', mode = 'v' }, } }