This repository was archived by the owner on Jun 6, 2024. It is now read-only.
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
nvim_set_keymap() desc option for WhichKey integration #14
This would dramatically simplify the code by obviating the need for direct coupling with WhichKey.
This can be partially implemented immediately by passing the
descoption tonvim_set_keymap(), but the removal of WhichKey-specific code depends on folke/which-key.nvim#253 / folke/which-key.nvim#242.