Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 00:28
· 28 commits to main since this release
v0.10.0
1cc3b1a

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 with auto_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 with auto_insert, set as default (8126d0e), closes #668

Bug Fixes

  • get_char_at_cursor attempting to get char on empty line (7d6bf9a), closes #926
  • within_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 in on_char_added handler (#935) (275d407), closes #909

New Contributors

Full Changelog: v0.9.3...v0.10.0