beloglazov / vim-online-thesaurus

A Vim plugin for looking up words in an online thesaurus
Apache License 2.0
247 stars 21 forks source link

wget dependency #1

Closed smackesey closed 11 years ago

smackesey commented 11 years ago

Nice plugin! It didn't work for me until I installed wget on OS X Mountain Lion (it's not natively installed). I was getting this error messages in the thesaurus buffer. Once I installed with brew install wget it started working fine.

beloglazov commented 11 years ago

Thanks for reporting! I've just updated the plugin to use curl instead of wget. curl is usually installed by default, so the plugin should not require extra dependencies anymore.