Highlights
- You may now set
completion.list.selection
andcompletion.menu.auto_show
via a function to get different behavior for i.e. cmdline: https://cmp.saghen.dev/recipes.html#change-selection-type-per-mode
Features
- improve auto_show flexibility (#697) (a937edd)
- improve error messages for pre built binaries (c36b60c)
- sort cmdline completions case insensitive (b68e924), closes #715
- support dynamic selection mode (c1017f0)
Bug Fixes
- add git to nix build dependencies and shell (ed1d4f5)
- add java to blocked filetypes for semantic token auto_brackets (#729) (140ed36)
- add missing git.lua for downloader (f7bef25)
- auto_show function logic (#707) (4ef6d1e), closes #697
- check version sha of locally built, better detection (3ffd31d), closes #68
- doc scrollbar render (#724) (8f71ccb)
- inherit package.cpath in worker thread (#726) (b6c7762), closes #725
- notifications: add title to notifications (#722) (f93af0f)
- prebuilt binary error message always firing (cab0e8e)
New Contributors
- @guill made their first contribution in #697
- @polirritmico made their first contribution in #708
- @oysandvik94 made their first contribution in #729
- @marcelarie made their first contribution in #732
- @leath-dub made their first contribution in #726
Full Changelog: v0.8.1...v0.8.2