rafi / telescope-thesaurus.nvim

Browse synonyms & definitions from multiple providers as a telescope extension.
17 stars 4 forks source link

Cannot reproduce results in README screenshot #2

Open petobens opened 5 months ago

petobens commented 5 months ago

Hi! I've setup the api and so on but cannot replicate the README screenshot. I some extra config needed? datamuse seems to return way more words than dictionaryapi (but doesn't show a preview)

image

Bonus: it is possible to silence the "Loading results" message?

Great plugin btw. Kudos for it :)

rafi commented 5 months ago

Hi, my screenshot is different because I'm using https://github.com/lukas-reineke/headlines.nvim via https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/extras/lang/markdown.lua#L65-L90

Regarding datamuse, you can view the JSON responses at https://github.com/rafi/telescope-thesaurus.nvim/tree/master/lua/tests/fixtures/provider - as you'll see, datamuse doesn't provide rich information.

petobens commented 5 months ago

Make sense. Thanks for the explanation.

Bonus: it is possible to silence the "Loading results" message?

Is this possible?