Skip to content

v11.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 13:08
9080959

11.2.0 (2024-05-18)

Features

  • extras: added a recommended plugin/language section to :LazyExtras (16eb3d9)
  • extras: added recommended detectors for all languages (c292134)
  • extras: added trouble-v3 and mini-hipatterns to recommended (d514e2f)
  • extras: tags some extras as recommended (ef3bd3b)
  • root: added support for *.xxx root patterns (03ea7f6)

Bug Fixes

  • bufferline: force update bufferline after BufDelete. Closes #3197 (72abb89)
  • comments: better way of using ts-context-commentstring with native comments (1d23c98)
  • extras: remove treesitter-rewrite extra for now (180d951)
  • indent-blankline: temp fix for tbl_flatten on 0.9.x (3a193d3)
  • leap: add label to renamed surround mappings key group (#3211) (9c212d6)
  • mini.starter: buf_id in refresh() is not an identifier of valid … (#3209) (dc66887)
  • refactoring: add label to refactoring key group (#3201) (39bec71)
  • treesitter: disable treesitter-rewrite extra for now. not ready yet (87bb766)
  • trouble-v3: add neovim version check (0892542)
  • util.toggle: correctly toggle inlay_hints (#3202) (23374f1)

Performance Improvements

  • comments: vim.schedule ts-context-commentstring integration (c653c4a)
  • yanky: switch to shada backend. It seems much faster than sqlite (4348836)