naaman / heroku-vim

Install vim and use it in a dyno
84 stars 15 forks source link

install not working #6

Open MathieuDerelle opened 5 years ago

MathieuDerelle commented 5 years ago
➜  ~ heroku plugins:install https://github.com/naaman/heroku-vim

Installing plugin https://github.com/naaman/heroku-vim... !
➜  ~

the ! and the 2nd are red (red meaning that the last command failed in zsh)

heroku CLI 7.26.2

dbilovd commented 5 years ago

Having same issue

mhcgolds commented 4 years ago

Same issue yet. CLI 7.35.0 win32-x64 node-v12.13.0

UPDATE: Just managed it to work with the following command:

heroku plugins:install heroku-vim
Lloydinator commented 4 years ago

Thank you @mhcgolds! That works. I hope the author sees this and updates the docs.

Installing it is one thing, but using it is another. I'm still getting errors trying to use it. It seems the library is not hosted on Amazon AWS anymore. What's a workaround?