v0.9.0
BREAKING CHANGES
- rename
BlinkCmpCompletionMenu*
autocmds toBlinkCmpMenu*
- set default documentation max_width to 80
- rename
align_to_component
toalign_to
, addcursor
option
Features
- add back support for showing when moving onto trigger character (cf9cc6e), closes #780 #745
- add callback option to cmp.show (33b82e5), closes #806
- add callback to hide/cancel, rework show callback (73a5f4e), closes #806
- add type annotation for keymap function params (#829) (3d7e773)
- escape filenames in cmdline (e53db6a), closes #751
- nix: use Cargo.lock instead of hash (#773) (d9513ee)
- nix: use filesets (#772) (e524347)
- rename
align_to_component
toalign_to
, addcursor
option (9387c75), closes #344 - rename
BlinkCmpCompletionMenu*
autocmds toBlinkCmpMenu*
(fa4312c) - run callback for cmp.show, even if menu is open (a1476d3)
- set default documentation max_width to 80 (1a61625)
- support
@
mode for cmdline (4c2744d), closes #696 - support configuring clipboard register for snippets (8f51a4e), closes #800
- support unsafe no lock for fuzzy matcher (6f8da35), closes #817
- support windows drives for path source (98fded2), closes #612
- use filter text on non-prefixed test in cmdline (8c194b6)
Bug Fixes
- accept/brackets: respect
item.kind
when moving cursor (#779) (c54dfbf) - add missing regex file for path source (1118d07), closes #834
- alignment double offset on align_to (24d6868)
- apply non-snippet detection to non-snippet kinds (434ea2b), closes #790
- avoid namespace collision with vim.api.keyset.keymap (63718e9), closes #767
- check enabled before showing trigger and on mapping (e670720), closes #716
- clamp text edit end character to start character, if lines equal (6891bcb), closes #634
- create target/release dir, if it doesn't exist (4020c23), closes #819
- documentation losing syntax highlighting on doc reopen (#768) (ef59763), closes #703
- don't prevent show() when ghost-text is visible (#796) (59d6b4f)
- filter help tags by arg prefix (21da714), closes #818
- flatten leaving empty tables (#799) (021216d)
- getcmdcompltype returning empty string (eb9e651), closes #696
- remove redundant is enabled check (f4add54)
- return incomplete on err/nil from lsp (1ef9bb9), closes #719
- set default details to empty array (0350fee)
- trigger context initial_kind resetting (3ef27bc), closes #803
- use correct regex for filenames (8df826f), closes #761
- use existing arg prefix for help filtering in cmdline (c593e83)
- wait for all LSPs to respond before showing (86a13ae), closes #691
New Contributors
- @tris203 made their first contribution in #760
- @konradmalik made their first contribution in #735
- @moyiz made their first contribution in #771
- @jpwallace22 made their first contribution in #777
- @Quitlox made their first contribution in #799
- @jessevdp made their first contribution in #796
- @ruslanSorokin made their first contribution in #779
- @hfn92 made their first contribution in #774
- @shellRaining made their first contribution in #829
- @Kaiser-Yang made their first contribution in #841
Full Changelog: v0.8.2...v0.9.0