nvim-lua/wishlist
Vedi su GitHubA lua based plugin that displays available keybindings
Open
#16 aperta il 12 feb 2021
help wantedidea
Metriche repository
- Star
- (249 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
What? A plugin that can help remember or show existing keybindings that written in lua.
Why? There are existing viml based plugin like vim-which-key and vim-leader-guide but hard to setting if your configuration is lua based. Main problem I have found is existing plugin using viml dictionary that can be hard to translate to lua. Another reason we need this new plugin is the existing implementation have less configuration in user interface. I hope new implementation have better looking than existing plugin.