nvim-lua/wishlist

A lua based plugin that displays available keybindings

Open

#16 opened on 2021年2月12日

GitHub で見る
 (13 comments) (9 reactions) (0 assignees) (0 forks)github user discovery
help wantedidea

Repository metrics

Stars
 (249 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド