mrjones2014 / legendary.nvim

🗺️ A legend for your keymaps, commands, and autocmds, integrates with which-key.nvim, lazy.nvim, and more.
MIT License
1.14k stars 19 forks source link

fix(api): Apply `itemgroup` filter correctly #436

Closed mrjones2014 closed 7 months ago

mrjones2014 commented 7 months ago

Resolves: #435

How to Test

  1. Have an item group
  2. Trigger the API via require('legendary').find({ itemgroup = "my group" })
  3. It should start the finder with items from the group

Testing for Regressions

I have tested the following: