nvim-lua/wishlist

A lua based plugin that displays available keybindings

Open

#16 geöffnet am 12. Feb. 2021

Auf GitHub ansehen
 (13 Kommentare) (9 Reaktionen) (0 zugewiesene Personen) (0 Forks)github user discovery
help wantedidea

Repository-Metriken

Stars
 (249 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide