kristijanhusak / vim-packager

Vim plugin manager that utilizes "jobs" and "pack" features.
MIT License
245 stars 9 forks source link

Document using 'git@' SSH URLs for packages user may want to modify #20

Closed andrewferrier closed 4 years ago

andrewferrier commented 4 years ago

I maintain a few git plugins myself. It's not documented, but I tried using git@github.com:... style URLs (as generated by GitHub when you select the 'Clone via SSH' option, and they worked! This is an incredibly useful resource for any plugin author, or anyone who plans to fork and modify a plugin.

I suggest documenting this in the README, perhaps with an example. I'd be happy to send in a pull req if you're interested.

andrewferrier commented 4 years ago

And thanks for all your hard work on vim-packager, great tool ;)

kristijanhusak commented 4 years ago

PR is very welcome :)

andrewferrier commented 4 years ago

Great. See pull request #21 . Thanks!