return { 'numToStr/Comment.nvim',
  function()
    require('Comment').setup {
      ignore = '^$'
    }
  end
}