return {
  {
    "gbprod/yanky.nvim",
    opts = {
      highlight = {
        timer = 150,
      },
      ring = {
        history_length = 10,
        storage = "memory",
      },
      system_clipboard = {
        clipboard_register = "+",
      },
    },
  },
}