Important
The luasnip
source has been removed in favor of a snippets.preset = 'luasnip'
option with the snippets
source
completion.list.selection
has been replaced with completion.list.selection.preselect/auto_insert
BREAKING CHANGES
- mini.snippets and snippets presets (#877)
- support
preselect
withauto_insert
, set as default
Features
- add
get_selected_item
public function (9e1e7e6) - mini.snippets and snippets presets (#877) (854ab87)
- set default capabilities on 0.11 (#897) (af1febb)
- support
preselect
withauto_insert
, set as default (8126d0e), closes #668
Bug Fixes
get_char_at_cursor
attempting to get char on empty line (7d6bf9a), closes #926within_query_bounds
including 1 position after bounds (36ba8eb), closes #890 #875- assert vim.lsp.config fn exists before calling (#927) (47efef8)
- buildVimPlugin (#933) (3f5dcbc)
- clear context on ignored cursor moved when not on keyword (0f8de3a), closes #937
- ignore cursor moved when cursor equal before vs after (17eea33)
- signature: use
char_under_cursor
inon_char_added
handler (#935) (275d407), closes #909
New Contributors
- @antoineco made their first contribution in #927
- @ohogb made their first contribution in #935
Full Changelog: v0.9.3...v0.10.0