Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 00:03
· 67 commits to main since this release
v0.5.1
75cadbc

Bug Fixes

  • add "enter" keymap to types (3ca68ef)
  • allow to be lazy loaded on InsertEnter (#243) (9d50661)
  • alpine linux detection (a078c87)
  • check LSP methods before requesting (193423c), closes #220
  • documentation width (9bdd828)
  • documentation: better docs (#234) (a253b35)
  • enable show_in_snippet by default (76d11a6)
  • ensure treesitter does not run on windows (2ac2f43), closes #193
  • lazily call fuzzy access (aeb6195)
  • make all of source provider config optional (055b943)
  • only check enabled fallback sources (#232) (ecb3520)
  • window direction and autocomplete closing on position update (4b3fd8f), closes #240

Features

New Contributors