liuchengxu / vim-which-key

:tulip: Vim plugin that shows keybindings in popup
https://liuchengxu.github.io/vim-which-key/
MIT License
1.93k stars 65 forks source link

Comparable with legacy vim, and show nvim lua built funtion #237

Closed leoatchina closed 1 year ago

leoatchina commented 1 year ago
  1. Comparable with legacy vim by adding missing functions when has('lambda'), execute() not exist
  2. Support nvim builtin-in lua function by parse from runtime lua script.
liuchengxu commented 1 year ago

Merged, thank you!