coffebar/transfer.nvim

Installing using Packer?

Closed this issue · 1 comments

Would you share how to install and setup the plugin using Packer?

try this

  use({
    "coffebar/transfer.nvim",
    setup = function()
      require("transfer").setup({
        -- opts
      })
    end,
  })