Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 10:48
91a0c87

2.0.0 (2024-06-06)

⚠ BREAKING CHANGES

  • which-key now requires Neovim >= 0.9

Features

  • keys: desc in "<nop>" or "" keymaps can now become prefix label (#522) (c1958e2)
  • mappings: check if desc exists when parsing mappings (#589) (a7ced9f)
  • which-key now requires Neovim >= 0.9 (53ba0ac)

Bug Fixes

  • ignore_missing: not showing key maps with desc field (#577) (928c6c8)
  • is_enabled: disable whichkey in cmdline-window (#581) (26ff0e6)
  • keys: fix buffer-local mapping groups (d87c01c)
  • mappings: dont remove desc (4a7d732)