voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.47k stars 78 forks source link

Support for Packer Plugin management #320

Closed gmcusaro closed 2 years ago

gmcusaro commented 2 years ago

Support for Packer would be nice.

voldikss commented 2 years ago

The support for packer plugin should have existed. Why and what should I do to support packer?

As far as I know, we can use packer.nvim to install and manage vim-floaterm without do other stuff, right?

gmcusaro commented 2 years ago

It may have been a packer problem, with the latest update the installation works. I am also investigating whether it affected neovim v0.5.1.

Anyway, you can add this in README ## Installation:

  use {
    'voldikss/vim-floaterm'
  }
RaZ0rr-Two commented 2 years ago

But isn't this pretty straigtforward? I don't think there's any need for that.