mapx.nvim icon indicating copy to clipboard operation
mapx.nvim copied to clipboard

Use the new builtin `nvim_set_keymap()` `desc` option for WhichKey integration

Open b0o opened this issue 3 years ago • 2 comments

This would dramatically simplify the code by obviating the need for direct coupling with WhichKey.

This can be partially implemented immediately by passing the desc option to nvim_set_keymap(), but the removal of WhichKey-specific code depends on https://github.com/folke/which-key.nvim/pull/253 / https://github.com/folke/which-key.nvim/issues/242.

b0o avatar Mar 27 '22 04:03 b0o

Both upstream dependencies seem resolved, tag blocked can be removed ?

towry avatar Jul 26 '23 02:07 towry

Yes, thanks for reminding me @towry – I don’t have time to work on this right now but I’m open to PRs.

b0o avatar Jul 26 '23 22:07 b0o