terrychou / iVim

A vim port to iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPlug fails to install plugin

EricEWeir opened this issue · comments

Attempting to install a plugin named “vim-help” “iplug add https//:github.com/dahu/vim-help” returns “failed to resolve address for https//: nodename nor servname provided, or not known.”

What am I not understanding or overlooking?

Thanks

iPlug works. If I do “iplug list” I get a list of my installed plugins.

But when I do “iplug add” and include a URL to a plugin on github, e.g., as above, I get “failed to resolve address for https//: nodename nor servname provided, or not known.”

I installed the same plugin from the same URL in MacVim on my MacBook without a hitch.

If the URL is exactly as you wrote above ("https//:github.com/dahu/vim-help"), then the problem may be its incorrect format (the right one should begin with "https://" rather than "https//:").