erietz / vim-terminator

:dagger: Run your code in an output buffer or a vim terminal conveniently
GNU General Public License v3.0
116 stars 2 forks source link

vim-plug configuration #12

Closed cheloim closed 3 years ago

cheloim commented 3 years ago

Hi erietz, i just want to say your plugin for vim is one of those hidden gems. I've been using for quite some time and i'm pretty happy with it. Some couple of days ago i try to update via vim-plug and I encounter an error saying it cant update due some ref missing.

Long story short,

The command to install via vim-plug should be:

plug 'erietz/vim-terminator', { 'branch': 'main'}

Instead of

plug 'erietz/vim-terminator'

erietz commented 3 years ago

Thanks, I'll update the readme incase there are any other vim-pluggers with the same issue.