uga-rosa / cmp-dictionary

A dictionary completion source for nvim-cmp
MIT License
236 stars 16 forks source link

Feat: Add dynamic preview using Wordnet #26

Closed BerkeleyTrue closed 2 years ago

BerkeleyTrue commented 2 years ago

I just recently built out an fzf and Rofi commands that will pull from the same dictionary I'm using with cmp-dictionary that will give me a preview of the word overview or return the overview in the case of Rofi. Here is the guide I used. https://ddrscott.github.io/blog/2017/fzf-dictionary/

It would be great if we could get that same sort of preview with cmp-dictionary. Maybe just the option to configure the preview in the setup step.

uga-rosa commented 2 years ago

I create PR #27. Is this what you mean?

BerkeleyTrue commented 2 years ago

Perfect! image