Skip to content

v3.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 13:59
bac1d9a

3.7.0 (2025-01-15)

Features

  • config: add close counterparts to jump split actions (#584) (928e6d0)
  • preview: allow sources to decorate the preview buffer/window (affd249)
  • sources: added snacks picker source (fa32f71)

Bug Fixes

  • format: for "attempt to index local 'signs' (a boolean value)" errors in nvim-0.10.1+ (#579) (2e7cb80)
  • lsp: always use actual symbol kind names. See #568 (11bcbc0)
  • lsp: handle invalid line positions (1a2efaf)
  • lsp: use new vim.str_byteindex if available to calculate start positions of LSP ranges (86746d2)
  • lsp: use old-style args for vim.str_byteindex. Fixes #604 (c633e85)
  • snacks: use filtered items instead of all (2423cd2)

Performance Improvements