return {
  'kyoz/purify',
  config = function(plugin)
    vim.opt.rtp:append(plugin.dir .. '/vim')
  end,
}