Skip to content

v3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 22:10
3891502

3.3.0 (2024-06-07)

Features

  • lsp: most lsp sources now support params.include_current. Fixes #482 (29d19d4)
  • window: more options for mapping keys (fdcfc5a)
  • you can now use dd and d to delete items in the trouble list. Fixes #149. Fixes #347 (e879302)

Bug Fixes

  • api: only refresh on open if there's no action. Fixes #488 (2661f46)
  • preview: fixed mouse clicks in the preview main window. Fixes #484 (98d9ed7)
  • telescope: show error when use tries to add when telescope picker does not exist (c11dc27)
  • use vim.loop for nvim 0.9 in view/init.lua (#487) (791278e)
  • view: when calling open when the view is already open, do a refresh. See #485 (39595e8)