sloanelybutsurely / vimrc.js

A vimrc that Just Works™ for modern JavaScript development
MIT License
308 stars 15 forks source link

Clone using https instead of ssh #3

Closed sloanelybutsurely closed 8 years ago

sloanelybutsurely commented 8 years ago

Turns out using the ssh url meant installation would fail for anyone that hadn't configured ssh keys in GitHub. Using the https link should work for those that don't even have a GitHub account.

Thanks to @ezralalonde for pointing this out in #2.