Closed fedemengo closed 1 year ago
Replace all mapping in which-key in favor of vim.keymap.set [mode] lhs rhs opts, in particular adding a mapping description in opts with {:desc "<brief explanation>"} allow which-key to pick it up
which-key
vim.keymap.set [mode] lhs rhs opts
{:desc "<brief explanation>"}
Replace all mapping in
which-key
in favor ofvim.keymap.set [mode] lhs rhs opts
, in particular adding a mapping description in opts with{:desc "<brief explanation>"}
allowwhich-key
to pick it up