💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
5.38k
stars
177
forks
source link
feat(mappings): check if `desc` key exists when parsing mappings #589
Closed
abayomi185 closed 5 months ago
There are two patterns of adding a description, with a second string or with the
desc
key.Legendary.nvim uses the
parse
function from which-key. This function does not check thedesc
key in the table, which should be supported.