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

The list of synonyms is right now empty #43

Open copyme opened 6 years ago

copyme commented 6 years ago

Hey guys!

Just to let you know that, I think the API has changed because the plug-in does not work since some time.

ghost commented 6 years ago

same here as @copyme suggested. Not working on my neovim(version 0.2.2)

Ron89 commented 6 years ago

As https://github.com/Manwholikespie/thesaurus-api pointed out, thesaurus.com's web page design became dynamics and hence much harder to use pattern match to fetch the results these days. Results are still found. It is simply not captured by the awk script of the plugin.

bendangelo commented 6 years ago

I'm using https://github.com/Ron89/thesaurus_query.vim now.