uga-rosa / cmp-dictionary

A dictionary completion source for nvim-cmp
MIT License
237 stars 17 forks source link

how vim/neovim use dictionary #2

Closed ayoubelmhamdi closed 2 years ago

ayoubelmhamdi commented 2 years ago

I mention in readme how neovim load dics by set dictionary

uga-rosa commented 2 years ago

Thank you. I'll reimplement it asynchronously to support a larger dictionary first. I feel like using cmp-look would be better for this application, but...

uga-rosa commented 2 years ago

With the current implementation, handling 100,000 dictionaries would be very laggy, wouldn't it?

ayoubelmhamdi commented 2 years ago

yah i cant use huge dic yet

uga-rosa commented 2 years ago

I've made it asynchronous and added this PR content as well.