nvim-whichkey-setup.lua
nvim-whichkey-setup.lua copied to clipboard
Nvim-plugin what wraps vim-which-key to simplify setup in lua
In my setup I don't call [`register_keymap`](https://github.com/AckslD/nvim-whichkey-setup.lua/blob/main/lua/whichkey_setup.lua#L79) only once since I like to keep my setup of plugins and their specific keybindings in separate files. At the moment each call...
Would be good to add some automated tests! I'm currently looking into using [pynvim](https://github.com/neovim/pynvim) for setting up some tests, but not managing yet due to [this issue](https://github.com/neovim/pynvim/issues/481).
First of all, thank you. I've been wanting to corral my which-key lua hacks into a plugin but never got it together. I'm going to be implementing this tonight. My...