Releases: Kaiser-Yang/blink-cmp-dictionary
Releases · Kaiser-Yang/blink-cmp-dictionary
v0.3.0
v0.2.0
New
dictionary_files
to specify the full path of dictionary files
Fix
- fix the delay when completing
Doc
- more docs for configurations, such as disable documentation
What's Changed
- v0.2.0 by @Kaiser-Yang in #4
Full Changelog: v0.1.1...v0.2.0
blink-cmp-dictionary v0.1.1
Fix bugs
-
use
vim.schedule
to make vim lua loop right when async. -
check if the
documentation
is nil before resolving.
Full Changelog: v0.1.0...v0.1.1
blink-cmp-dictionary v0.1.0
What's new
- Support fuzzy finding by default
- Support documentation by default
After you install fzf
and wn
, you just need to set the dictionary_directories
to make it work.
What's Changed
- Use plenary to run the command asynchorously by @Kaiser-Yang in #1
Full Changelog: https://github.com/Kaiser-Yang/blink-cmp-dictionary/commits/v0.1.0