Cassin01 / wf.nvim

A modern which-key for neovim
MIT License
213 stars 3 forks source link

fix: which_key for mappings with callback #95

Closed perrin4869 closed 1 year ago

perrin4869 commented 1 year ago

📃 Summary

Mappings that use the callback argument and do not provide a desc argument will cause which_key to throw an error. While this does not fix the issue of people forgetting to use a desc label in their mappings, it will at least make which_key usable in such cases

Cassin01 commented 1 year ago

Thank you for the pull request!