Skip to content

v10.0.0

Latest
Compare
Choose a tag to compare
@Bekaboo Bekaboo released this 06 Jan 20:37
d0c78c5

10.0.0 (2024-12-28)

⚠ BREAKING CHANGES

  • bar: use __call() to get string representation

Features

  • configs: allow overriding default on_click() callback (b63fe2e)
  • configs: configure which LSP document symbols to show (#203) (b2c0fa8)
  • configs: improve default opts.bar.enable() function (d226c70)
  • sources: add max_depth option (5439d2f)

Bug Fixes

  • nvim: opts.bar.enable() always return false when buf == 0 (34a29fe)

Performance Improvements

  • configs: vim.treesitter.get_parser() is slow in big files (b2f778a)

Code Refactoring

  • bar: use __call() to get string representation (e5eb834)